Struct ctru_sys::MiiData__bindgen_ty_9
source · #[repr(C, align(4))]pub struct MiiData__bindgen_ty_9 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Expand description
Eyebrow details
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
source§impl MiiData__bindgen_ty_9
impl MiiData__bindgen_ty_9
pub fn style(&self) -> u32_
pub fn set_style(&mut self, val: u32_)
pub fn color(&self) -> u32_
pub fn set_color(&mut self, val: u32_)
pub fn scale(&self) -> u32_
pub fn set_scale(&mut self, val: u32_)
pub fn yscale(&self) -> u32_
pub fn set_yscale(&mut self, val: u32_)
pub fn pad(&self) -> u32_
pub fn set_pad(&mut self, val: u32_)
pub fn rotation(&self) -> u32_
pub fn set_rotation(&mut self, val: u32_)
pub fn xspacing(&self) -> u32_
pub fn set_xspacing(&mut self, val: u32_)
pub fn yposition(&self) -> u32_
pub fn set_yposition(&mut self, val: u32_)
pub fn new_bitfield_1( style: u32_, color: u32_, scale: u32_, yscale: u32_, pad: u32_, rotation: u32_, xspacing: u32_, yposition: u32_ ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for MiiData__bindgen_ty_9
impl Clone for MiiData__bindgen_ty_9
source§fn clone(&self) -> MiiData__bindgen_ty_9
fn clone(&self) -> MiiData__bindgen_ty_9
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_9
impl Debug for MiiData__bindgen_ty_9
source§impl Default for MiiData__bindgen_ty_9
impl Default for MiiData__bindgen_ty_9
source§fn default() -> MiiData__bindgen_ty_9
fn default() -> MiiData__bindgen_ty_9
Returns the “default value” for a type. Read more