pub struct MoleDetails {
pub is_enabled: bool,
pub scale: u8,
pub x_position: u8,
pub y_position: u8,
}Expand description
Mole details of the Mii.
Fields§
§is_enabled: boolWhether the Mii has a mole.
scale: u8Mole scale.
x_position: u8Mole position (x-axis).
y_position: u8Mole position (y-axis).
Trait Implementations§
Source§impl Clone for MoleDetails
impl Clone for MoleDetails
Source§fn clone(&self) -> MoleDetails
fn clone(&self) -> MoleDetails
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 MoleDetails
impl Debug for MoleDetails
impl Copy for MoleDetails
Auto Trait Implementations§
impl Freeze for MoleDetails
impl RefUnwindSafe for MoleDetails
impl Send for MoleDetails
impl Sync for MoleDetails
impl Unpin for MoleDetails
impl UnwindSafe for MoleDetails
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)