pub struct MouthDetails {
pub style: u8,
pub color: u8,
pub scale: u8,
pub y_scale: u8,
pub y_position: u8,
}Expand description
Mouth details of the Mii.
Fields§
§style: u8Mouth style.
color: u8Mouth color.
scale: u8Mouth scale.
y_scale: u8Mouth scale (y-axis).
y_position: u8Mouth height.
Trait Implementations§
Source§impl Clone for MouthDetails
impl Clone for MouthDetails
Source§fn clone(&self) -> MouthDetails
fn clone(&self) -> MouthDetails
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 MouthDetails
impl Debug for MouthDetails
impl Copy for MouthDetails
Auto Trait Implementations§
impl Freeze for MouthDetails
impl RefUnwindSafe for MouthDetails
impl Send for MouthDetails
impl Sync for MouthDetails
impl Unpin for MouthDetails
impl UnwindSafe for MouthDetails
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)