Enum ctru::applets::mii_selector::MiiType
source · pub enum MiiType {
Guest {
index: u32,
name: String,
},
User,
}
Expand description
The type of a Mii.
Variants§
Trait Implementations§
impl Eq for MiiType
impl StructuralPartialEq for MiiType
Auto Trait Implementations§
impl RefUnwindSafe for MiiType
impl Send for MiiType
impl Sync for MiiType
impl Unpin for MiiType
impl UnwindSafe for MiiType
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