#[repr(C)]pub struct MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
}Fields§
§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>Implementations§
Source§impl MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
impl MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
pub fn rfui1(&self) -> u8
pub fn set_rfui1(&mut self, val: u8)
pub unsafe fn rfui1_raw(this: *const Self) -> u8
pub unsafe fn set_rfui1_raw(this: *mut Self, val: u8)
pub fn strg_mod_en(&self) -> bool
pub fn set_strg_mod_en(&mut self, val: bool)
pub unsafe fn strg_mod_en_raw(this: *const Self) -> bool
pub unsafe fn set_strg_mod_en_raw(this: *mut Self, val: bool)
pub fn rfui2(&self) -> bool
pub fn set_rfui2(&mut self, val: bool)
pub unsafe fn rfui2_raw(this: *const Self) -> bool
pub unsafe fn set_rfui2_raw(this: *mut Self, val: bool)
pub fn mirror_byte(&self) -> u8
pub fn set_mirror_byte(&mut self, val: u8)
pub unsafe fn mirror_byte_raw(this: *const Self) -> u8
pub unsafe fn set_mirror_byte_raw(this: *mut Self, val: u8)
pub fn mirror_conf(&self) -> MfUltralightMirrorConf
pub fn set_mirror_conf(&mut self, val: MfUltralightMirrorConf)
pub unsafe fn mirror_conf_raw(this: *const Self) -> MfUltralightMirrorConf
pub unsafe fn set_mirror_conf_raw(this: *mut Self, val: MfUltralightMirrorConf)
pub fn new_bitfield_1( rfui1: u8, strg_mod_en: bool, rfui2: bool, mirror_byte: u8, mirror_conf: MfUltralightMirrorConf, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
impl Clone for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
impl Send for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
impl Sync for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
impl Unpin for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
impl UnsafeUnpin for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for MfUltralightConfigPages__bindgen_ty_1__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more