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