[][src]Enum nrf52::nfct::sensres::NFCIDSIZER

pub enum NFCIDSIZER {
    NFCID1SINGLE,
    NFCID1DOUBLE,
    NFCID1TRIPLE,
    _Reserved(u8),
}

Possible values of the field NFCIDSIZE

Variants

NFCID1SINGLE

NFCID1 size: single (4 bytes)

NFCID1DOUBLE

NFCID1 size: double (7 bytes)

NFCID1TRIPLE

NFCID1 size: triple (10 bytes)

_Reserved(u8)

Reserved

Methods

impl NFCIDSIZER[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_nfcid1single(&self) -> bool[src]

Checks if the value of the field is NFCID1SINGLE

pub fn is_nfcid1double(&self) -> bool[src]

Checks if the value of the field is NFCID1DOUBLE

pub fn is_nfcid1triple(&self) -> bool[src]

Checks if the value of the field is NFCID1TRIPLE

Trait Implementations

impl Debug for NFCIDSIZER[src]

impl PartialEq<NFCIDSIZER> for NFCIDSIZER[src]

impl Copy for NFCIDSIZER[src]

impl StructuralPartialEq for NFCIDSIZER[src]

impl Clone for NFCIDSIZER[src]

Auto Trait Implementations

impl Unpin for NFCIDSIZER

impl Send for NFCIDSIZER

impl Sync for NFCIDSIZER

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self