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

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

Possible values of the field NFCIDSIZE

Variants

NFCID1 size: single (4 bytes)

NFCID1 size: double (7 bytes)

NFCID1 size: triple (10 bytes)

Reserved

Methods

impl NFCIDSIZER
[src]

Value of the field as raw bits

Checks if the value of the field is NFCID1SINGLE

Checks if the value of the field is NFCID1DOUBLE

Checks if the value of the field is NFCID1TRIPLE

Trait Implementations

impl Clone for NFCIDSIZER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NFCIDSIZER
[src]

impl Debug for NFCIDSIZER
[src]

Formats the value using the given formatter. Read more

impl PartialEq for NFCIDSIZER
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for NFCIDSIZER

impl Sync for NFCIDSIZER