Struct ctru::mii::MustacheDetails
source · pub struct MustacheDetails {
pub mustache_style: u8,
}
Expand description
Mustache details of the Mii.
Fields§
§mustache_style: u8
Mustache style.
Trait Implementations§
source§impl Clone for MustacheDetails
impl Clone for MustacheDetails
source§fn clone(&self) -> MustacheDetails
fn clone(&self) -> MustacheDetails
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 MustacheDetails
impl Debug for MustacheDetails
impl Copy for MustacheDetails
Auto Trait Implementations§
impl RefUnwindSafe for MustacheDetails
impl Send for MustacheDetails
impl Sync for MustacheDetails
impl Unpin for MustacheDetails
impl UnwindSafe for MustacheDetails
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