Struct ctru::mii::MoleDetails
source · 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: bool
Whether the Mii has a mole.
scale: u8
Mole scale.
x_position: u8
Mole position (x-axis).
y_position: u8
Mole 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 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 MoleDetails
impl Debug for MoleDetails
impl Copy for MoleDetails
Auto Trait Implementations§
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