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