Struct ctru_sys::MiiData__bindgen_ty_12
source · #[repr(C, align(2))]pub struct MiiData__bindgen_ty_12 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
}
Expand description
Mustache details
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
Implementations§
source§impl MiiData__bindgen_ty_12
impl MiiData__bindgen_ty_12
pub fn mouth_yposition(&self) -> u16_
pub fn set_mouth_yposition(&mut self, val: u16_)
pub fn mustach_style(&self) -> u16_
pub fn set_mustach_style(&mut self, val: u16_)
pub fn pad(&self) -> u16_
pub fn set_pad(&mut self, val: u16_)
pub fn new_bitfield_1( mouth_yposition: u16_, mustach_style: u16_, pad: u16_ ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
source§impl Clone for MiiData__bindgen_ty_12
impl Clone for MiiData__bindgen_ty_12
source§fn clone(&self) -> MiiData__bindgen_ty_12
fn clone(&self) -> MiiData__bindgen_ty_12
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 MiiData__bindgen_ty_12
impl Debug for MiiData__bindgen_ty_12
source§impl Default for MiiData__bindgen_ty_12
impl Default for MiiData__bindgen_ty_12
source§fn default() -> MiiData__bindgen_ty_12
fn default() -> MiiData__bindgen_ty_12
Returns the “default value” for a type. Read more