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