#[repr(C)]pub struct MiiData__bindgen_ty_2 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}Expand description
Mii position in Mii selector or Mii maker
Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>Implementations§
Source§impl MiiData__bindgen_ty_2
impl MiiData__bindgen_ty_2
pub fn page_index(&self) -> u8_
pub fn set_page_index(&mut self, val: u8_)
pub unsafe fn page_index_raw(this: *const Self) -> u8_
pub unsafe fn set_page_index_raw(this: *mut Self, val: u8_)
pub fn slot_index(&self) -> u8_
pub fn set_slot_index(&mut self, val: u8_)
pub unsafe fn slot_index_raw(this: *const Self) -> u8_
pub unsafe fn set_slot_index_raw(this: *mut Self, val: u8_)
pub fn new_bitfield_1( page_index: u8_, slot_index: u8_, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for MiiData__bindgen_ty_2
impl Clone for MiiData__bindgen_ty_2
Source§fn clone(&self) -> MiiData__bindgen_ty_2
fn clone(&self) -> MiiData__bindgen_ty_2
Returns a duplicate 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_2
impl Debug for MiiData__bindgen_ty_2
Source§impl Default for MiiData__bindgen_ty_2
impl Default for MiiData__bindgen_ty_2
Source§fn default() -> MiiData__bindgen_ty_2
fn default() -> MiiData__bindgen_ty_2
Returns the “default value” for a type. Read more
impl Copy for MiiData__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for MiiData__bindgen_ty_2
impl RefUnwindSafe for MiiData__bindgen_ty_2
impl Send for MiiData__bindgen_ty_2
impl Sync for MiiData__bindgen_ty_2
impl Unpin for MiiData__bindgen_ty_2
impl UnwindSafe for MiiData__bindgen_ty_2
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
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)