pub struct MustacheDetails {
pub mustache_style: u8,
}Expand description
Mustache details of the Mii.
Fields§
§mustache_style: u8Mustache style.
Trait Implementations§
Source§impl Clone for MustacheDetails
impl Clone for MustacheDetails
Source§fn clone(&self) -> MustacheDetails
fn clone(&self) -> MustacheDetails
Returns a duplicate 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 Freeze for MustacheDetails
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
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)