Enum ctru::mii::OriginConsole
source · pub enum OriginConsole {
Wii,
DSi,
N3DS,
WiiUSwitch,
}
Expand description
Console model from which the Mii originated.
Variants§
Wii
Nintendo Wii.
DSi
Nintendo DSi.
N3DS
Nintendo 3DS.
This includes all consoles of the 3DS family (3DS, 2DS, and their respective “New” or “XL” variants).
WiiUSwitch
Nintendo Wii U/Switch.
Trait Implementations§
source§impl Clone for OriginConsole
impl Clone for OriginConsole
source§fn clone(&self) -> OriginConsole
fn clone(&self) -> OriginConsole
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OriginConsole
impl Debug for OriginConsole
source§impl PartialEq for OriginConsole
impl PartialEq for OriginConsole
source§fn eq(&self, other: &OriginConsole) -> bool
fn eq(&self, other: &OriginConsole) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OriginConsole
impl Eq for OriginConsole
impl StructuralPartialEq for OriginConsole
Auto Trait Implementations§
impl RefUnwindSafe for OriginConsole
impl Send for OriginConsole
impl Sync for OriginConsole
impl Unpin for OriginConsole
impl UnwindSafe for OriginConsole
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more