Struct ctru::mii::EyebrowDetails
source · 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: u8
Eyebrow style.
color: u8
Eyebrow color.
scale: u8
Eyebrow scale.
y_scale: u8
Eyebrow scale (y-axis).
rotation: u8
Eyebrow rotation.
x_spacing: u8
Spacing between the eyebrows
y_position: u8
Eyebrow height.
Trait Implementations§
source§impl Clone for EyebrowDetails
impl Clone for EyebrowDetails
source§fn clone(&self) -> EyebrowDetails
fn clone(&self) -> EyebrowDetails
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 EyebrowDetails
impl Debug for EyebrowDetails
impl Copy for EyebrowDetails
Auto Trait Implementations§
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