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: u8Glasses style.
color: u8Glasses color.
scale: u8Glasses scale.
y_position: u8Glasses height.
Trait Implementations§
Source§impl Clone for GlassesDetails
impl Clone for GlassesDetails
Source§fn clone(&self) -> GlassesDetails
fn clone(&self) -> GlassesDetails
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 GlassesDetails
impl Debug for GlassesDetails
impl Copy for GlassesDetails
Auto Trait Implementations§
impl Freeze for GlassesDetails
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
§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)