#[repr(C)]pub struct MiiData__bindgen_ty_3 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}Expand description
Console Identity
Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>Implementations§
Source§impl MiiData__bindgen_ty_3
impl MiiData__bindgen_ty_3
pub fn unknown0(&self) -> u8_
pub fn set_unknown0(&mut self, val: u8_)
pub unsafe fn unknown0_raw(this: *const Self) -> u8_
pub unsafe fn set_unknown0_raw(this: *mut Self, val: u8_)
pub fn origin_console(&self) -> u8_
pub fn set_origin_console(&mut self, val: u8_)
pub unsafe fn origin_console_raw(this: *const Self) -> u8_
pub unsafe fn set_origin_console_raw(this: *mut Self, val: u8_)
pub fn _pad(&self) -> u8_
pub fn set__pad(&mut self, val: u8_)
pub unsafe fn _pad_raw(this: *const Self) -> u8_
pub unsafe fn set__pad_raw(this: *mut Self, val: u8_)
pub fn new_bitfield_1( unknown0: u8_, origin_console: u8_, _pad: u8_, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for MiiData__bindgen_ty_3
impl Clone for MiiData__bindgen_ty_3
Source§fn clone(&self) -> MiiData__bindgen_ty_3
fn clone(&self) -> MiiData__bindgen_ty_3
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_3
impl Debug for MiiData__bindgen_ty_3
Source§impl Default for MiiData__bindgen_ty_3
impl Default for MiiData__bindgen_ty_3
Source§fn default() -> MiiData__bindgen_ty_3
fn default() -> MiiData__bindgen_ty_3
Returns the “default value” for a type. Read more
impl Copy for MiiData__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for MiiData__bindgen_ty_3
impl RefUnwindSafe for MiiData__bindgen_ty_3
impl Send for MiiData__bindgen_ty_3
impl Sync for MiiData__bindgen_ty_3
impl Unpin for MiiData__bindgen_ty_3
impl UnwindSafe for MiiData__bindgen_ty_3
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)