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