#[repr(C, packed(1))]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) -> u16_
pub fn set_style(&mut self, val: u16_)
pub unsafe fn style_raw(this: *const Self) -> u16_
pub unsafe fn set_style_raw(this: *mut Self, val: u16_)
pub fn color(&self) -> u16_
pub fn set_color(&mut self, val: u16_)
pub unsafe fn color_raw(this: *const Self) -> u16_
pub unsafe fn set_color_raw(this: *mut Self, val: u16_)
pub fn scale(&self) -> u16_
pub fn set_scale(&mut self, val: u16_)
pub unsafe fn scale_raw(this: *const Self) -> u16_
pub unsafe fn set_scale_raw(this: *mut Self, val: u16_)
pub fn yscale(&self) -> u16_
pub fn set_yscale(&mut self, val: u16_)
pub unsafe fn yscale_raw(this: *const Self) -> u16_
pub unsafe fn set_yscale_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 rotation(&self) -> u16_
pub fn set_rotation(&mut self, val: u16_)
pub unsafe fn rotation_raw(this: *const Self) -> u16_
pub unsafe fn set_rotation_raw(this: *mut Self, val: u16_)
pub fn xspacing(&self) -> u16_
pub fn set_xspacing(&mut self, val: u16_)
pub unsafe fn xspacing_raw(this: *const Self) -> u16_
pub unsafe fn set_xspacing_raw(this: *mut Self, val: u16_)
pub fn yposition(&self) -> u16_
pub fn set_yposition(&mut self, val: u16_)
pub unsafe fn yposition_raw(this: *const Self) -> u16_
pub unsafe fn set_yposition_raw(this: *mut Self, val: u16_)
pub fn _pad2(&self) -> u16_
pub fn set__pad2(&mut self, val: u16_)
pub unsafe fn _pad2_raw(this: *const Self) -> u16_
pub unsafe fn set__pad2_raw(this: *mut Self, val: u16_)
pub fn new_bitfield_1( style: u16_, color: u16_, scale: u16_, yscale: u16_, _pad: u16_, rotation: u16_, xspacing: u16_, yposition: u16_, _pad2: u16_, ) -> __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 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_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
impl Copy for MiiData__bindgen_ty_9
Auto Trait Implementations§
impl Freeze for MiiData__bindgen_ty_9
impl RefUnwindSafe for MiiData__bindgen_ty_9
impl Send for MiiData__bindgen_ty_9
impl Sync for MiiData__bindgen_ty_9
impl Unpin for MiiData__bindgen_ty_9
impl UnwindSafe for MiiData__bindgen_ty_9
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)