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