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