Struct ctru_sys::MiiData__bindgen_ty_1
source · #[repr(C)]pub struct MiiData__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}
Expand description
Mii options
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
Implementations§
source§impl MiiData__bindgen_ty_1
impl MiiData__bindgen_ty_1
pub fn allow_copying(&self) -> bool
pub fn set_allow_copying(&mut self, val: bool)
pub fn is_private_name(&self) -> bool
pub fn set_is_private_name(&mut self, val: bool)
pub fn region_lock(&self) -> u8_
pub fn set_region_lock(&mut self, val: u8_)
pub fn char_set(&self) -> u8_
pub fn set_char_set(&mut self, val: u8_)
pub fn new_bitfield_1( allow_copying: bool, is_private_name: bool, region_lock: u8_, char_set: u8_ ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for MiiData__bindgen_ty_1
impl Clone for MiiData__bindgen_ty_1
source§fn clone(&self) -> MiiData__bindgen_ty_1
fn clone(&self) -> MiiData__bindgen_ty_1
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_1
impl Debug for MiiData__bindgen_ty_1
source§impl Default for MiiData__bindgen_ty_1
impl Default for MiiData__bindgen_ty_1
source§fn default() -> MiiData__bindgen_ty_1
fn default() -> MiiData__bindgen_ty_1
Returns the “default value” for a type. Read more