#[repr(transparent)]pub struct Sensres(pub u32);
Expand description
NFC-A SENS_RES auto-response settings
Tuple Fields§
§0: u32
Implementations§
Source§impl Sensres
impl Sensres
Sourcepub const fn bitframesdd(&self) -> Bitframesdd
pub const fn bitframesdd(&self) -> Bitframesdd
Bit frame SDD as defined by the b5:b1 of byte 1 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification
Sourcepub fn set_bitframesdd(&mut self, val: Bitframesdd)
pub fn set_bitframesdd(&mut self, val: Bitframesdd)
Bit frame SDD as defined by the b5:b1 of byte 1 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification
Sourcepub const fn nfcidsize(&self) -> Nfcidsize
pub const fn nfcidsize(&self) -> Nfcidsize
NFCID1 size. This value is used by the auto collision resolution engine.
Sourcepub fn set_nfcidsize(&mut self, val: Nfcidsize)
pub fn set_nfcidsize(&mut self, val: Nfcidsize)
NFCID1 size. This value is used by the auto collision resolution engine.
Sourcepub const fn platfconfig(&self) -> u8
pub const fn platfconfig(&self) -> u8
Tag platform configuration as defined by the b4:b1 of byte 2 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification
Sourcepub fn set_platfconfig(&mut self, val: u8)
pub fn set_platfconfig(&mut self, val: u8)
Tag platform configuration as defined by the b4:b1 of byte 2 in SENS_RES response in the NFC Forum, NFC Digital Protocol Technical Specification
Trait Implementations§
impl Copy for Sensres
impl Eq for Sensres
impl StructuralPartialEq for Sensres
Auto Trait Implementations§
impl Freeze for Sensres
impl RefUnwindSafe for Sensres
impl Send for Sensres
impl Sync for Sensres
impl Unpin for Sensres
impl UnwindSafe for Sensres
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)