MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1

Struct MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1 

Source
#[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

Source

pub fn authlim(&self) -> u8

Source

pub fn set_authlim(&mut self, val: u8)

Source

pub unsafe fn authlim_raw(this: *const Self) -> u8

Source

pub unsafe fn set_authlim_raw(this: *mut Self, val: u8)

Source

pub fn nfc_cnt_pwd_prot(&self) -> bool

Source

pub fn set_nfc_cnt_pwd_prot(&mut self, val: bool)

Source

pub unsafe fn nfc_cnt_pwd_prot_raw(this: *const Self) -> bool

Source

pub unsafe fn set_nfc_cnt_pwd_prot_raw(this: *mut Self, val: bool)

Source

pub fn nfc_cnt_en(&self) -> bool

Source

pub fn set_nfc_cnt_en(&mut self, val: bool)

Source

pub unsafe fn nfc_cnt_en_raw(this: *const Self) -> bool

Source

pub unsafe fn set_nfc_cnt_en_raw(this: *mut Self, val: bool)

Source

pub fn nfc_dis_sec1(&self) -> bool

Source

pub fn set_nfc_dis_sec1(&mut self, val: bool)

Source

pub unsafe fn nfc_dis_sec1_raw(this: *const Self) -> bool

Source

pub unsafe fn set_nfc_dis_sec1_raw(this: *mut Self, val: bool)

Source

pub fn cfglck(&self) -> bool

Source

pub fn set_cfglck(&mut self, val: bool)

Source

pub unsafe fn cfglck_raw(this: *const Self) -> bool

Source

pub unsafe fn set_cfglck_raw(this: *mut Self, val: bool)

Source

pub fn prot(&self) -> bool

Source

pub fn set_prot(&mut self, val: bool)

Source

pub unsafe fn prot_raw(this: *const Self) -> bool

Source

pub unsafe fn set_prot_raw(this: *mut Self, val: bool)

Source

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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for MfUltralightConfigPages__bindgen_ty_2__bindgen_ty_1

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.