pub struct FaceDetails {
pub style: FaceStyle,
pub wrinkles: u8,
pub makeup: u8,
}Expand description
Face details of the Mii.
Fields§
§style: FaceStyleFace style.
wrinkles: u8Wrinkles.
makeup: u8Makeup.
Trait Implementations§
Source§impl Clone for FaceDetails
impl Clone for FaceDetails
Source§fn clone(&self) -> FaceDetails
fn clone(&self) -> FaceDetails
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 FaceDetails
impl Debug for FaceDetails
impl Copy for FaceDetails
Auto Trait Implementations§
impl Freeze for FaceDetails
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
§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)