#[repr(C)]pub struct MfUltralightConfigPages__bindgen_ty_2__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_2__bindgen_ty_1
impl MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
pub fn authlim(&self) -> u8
pub fn set_authlim(&mut self, val: u8)
pub unsafe fn authlim_raw(this: *const Self) -> u8
pub unsafe fn set_authlim_raw(this: *mut Self, val: u8)
pub fn nfc_cnt_pwd_prot(&self) -> bool
pub fn set_nfc_cnt_pwd_prot(&mut self, val: bool)
pub unsafe fn nfc_cnt_pwd_prot_raw(this: *const Self) -> bool
pub unsafe fn set_nfc_cnt_pwd_prot_raw(this: *mut Self, val: bool)
pub fn nfc_cnt_en(&self) -> bool
pub fn set_nfc_cnt_en(&mut self, val: bool)
pub unsafe fn nfc_cnt_en_raw(this: *const Self) -> bool
pub unsafe fn set_nfc_cnt_en_raw(this: *mut Self, val: bool)
pub fn nfc_dis_sec1(&self) -> bool
pub fn set_nfc_dis_sec1(&mut self, val: bool)
pub unsafe fn nfc_dis_sec1_raw(this: *const Self) -> bool
pub unsafe fn set_nfc_dis_sec1_raw(this: *mut Self, val: bool)
pub fn cfglck(&self) -> bool
pub fn set_cfglck(&mut self, val: bool)
pub unsafe fn cfglck_raw(this: *const Self) -> bool
pub unsafe fn set_cfglck_raw(this: *mut Self, val: bool)
pub fn prot(&self) -> bool
pub fn set_prot(&mut self, val: bool)
pub unsafe fn prot_raw(this: *const Self) -> bool
pub unsafe fn set_prot_raw(this: *mut Self, val: bool)
pub fn new_bitfield_1( authlim: u8, nfc_cnt_pwd_prot: bool, nfc_cnt_en: bool, nfc_dis_sec1: bool, cfglck: bool, prot: bool, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
impl Clone for MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
Source§fn clone(&self) -> MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
fn clone(&self) -> MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · 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_2__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
impl RefUnwindSafe for MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
impl Send for MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
impl Sync for MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
impl Unpin for MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1
impl UnwindSafe for MfUltralightConfigPages__bindgen_ty_2__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