Enum nrf52840_pac::nfct::sensres::NFCIDSIZE_A
source · #[repr(u8)]pub enum NFCIDSIZE_A {
NFCID1SINGLE = 0,
NFCID1DOUBLE = 1,
NFCID1TRIPLE = 2,
}
Expand description
NFCID1 size. This value is used by the auto collision resolution engine.
Value on reset: 0
Variants§
NFCID1SINGLE = 0
0: NFCID1 size: single (4 bytes)
NFCID1DOUBLE = 1
1: NFCID1 size: double (7 bytes)
NFCID1TRIPLE = 2
2: NFCID1 size: triple (10 bytes)
Trait Implementations§
source§impl Clone for NFCIDSIZE_A
impl Clone for NFCIDSIZE_A
source§fn clone(&self) -> NFCIDSIZE_A
fn clone(&self) -> NFCIDSIZE_A
Returns a copy 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 moresource§impl Debug for NFCIDSIZE_A
impl Debug for NFCIDSIZE_A
source§impl From<NFCIDSIZE_A> for u8
impl From<NFCIDSIZE_A> for u8
source§fn from(variant: NFCIDSIZE_A) -> Self
fn from(variant: NFCIDSIZE_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for NFCIDSIZE_A
impl PartialEq for NFCIDSIZE_A
impl Copy for NFCIDSIZE_A
impl StructuralPartialEq for NFCIDSIZE_A
Auto Trait Implementations§
impl Freeze for NFCIDSIZE_A
impl RefUnwindSafe for NFCIDSIZE_A
impl Send for NFCIDSIZE_A
impl Sync for NFCIDSIZE_A
impl Unpin for NFCIDSIZE_A
impl UnwindSafe for NFCIDSIZE_A
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
)