Struct ctru::mii::HairDetails
source · pub struct HairDetails {
pub style: u8,
pub color: u8,
pub is_flipped: bool,
}
Expand description
Hair details of the Mii.
Fields§
§style: u8
Hair style.
color: u8
Hair color.
is_flipped: bool
Whether 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 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 HairDetails
impl Debug for HairDetails
impl Copy for HairDetails
Auto Trait Implementations§
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