pub struct HairDetails {
pub style: u8,
pub color: u8,
pub is_flipped: bool,
}Expand description
Hair details of the Mii.
Fields§
§style: u8Hair style.
color: u8Hair color.
is_flipped: boolWhether the Mii’s hair is flipped.
Trait Implementations§
Source§impl Clone for HairDetails
impl Clone for HairDetails
Source§fn clone(&self) -> HairDetails
fn clone(&self) -> HairDetails
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 HairDetails
impl Debug for HairDetails
impl Copy for HairDetails
Auto Trait Implementations§
impl Freeze for HairDetails
impl RefUnwindSafe for HairDetails
impl Send for HairDetails
impl Sync for HairDetails
impl Unpin for HairDetails
impl UnwindSafe for HairDetails
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)