#[repr(C, packed(1))]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 unsafe fn mouth_yposition_raw(this: *const Self) -> u16_
pub unsafe fn set_mouth_yposition_raw(this: *mut Self, val: u16_)
pub fn mustache_style(&self) -> u16_
pub fn set_mustache_style(&mut self, val: u16_)
pub unsafe fn mustache_style_raw(this: *const Self) -> u16_
pub unsafe fn set_mustache_style_raw(this: *mut Self, val: u16_)
pub fn _pad(&self) -> u16_
pub fn set__pad(&mut self, val: u16_)
pub unsafe fn _pad_raw(this: *const Self) -> u16_
pub unsafe fn set__pad_raw(this: *mut Self, val: u16_)
pub fn new_bitfield_1( mouth_yposition: u16_, mustache_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 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_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
impl Copy for MiiData__bindgen_ty_12
Auto Trait Implementations§
impl Freeze for MiiData__bindgen_ty_12
impl RefUnwindSafe for MiiData__bindgen_ty_12
impl Send for MiiData__bindgen_ty_12
impl Sync for MiiData__bindgen_ty_12
impl Unpin for MiiData__bindgen_ty_12
impl UnwindSafe for MiiData__bindgen_ty_12
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)