#[repr(u32)]
pub enum NfcProperty {
Show 15 variants NP_TIMEOUT_COMMAND, NP_TIMEOUT_ATR, NP_TIMEOUT_COM, NP_HANDLE_CRC, NP_HANDLE_PARITY, NP_ACTIVATE_FIELD, NP_ACTIVATE_CRYPTO1, NP_INFINITE_SELECT, NP_ACCEPT_INVALID_FRAMES, NP_ACCEPT_MULTIPLE_FRAMES, NP_AUTO_ISO14443_4, NP_EASY_FRAMING, NP_FORCE_ISO14443_A, NP_FORCE_ISO14443_B, NP_FORCE_SPEED_106,
}

Variants

NP_TIMEOUT_COMMAND

NP_TIMEOUT_ATR

NP_TIMEOUT_COM

NP_HANDLE_CRC

NP_HANDLE_PARITY

NP_ACTIVATE_FIELD

NP_ACTIVATE_CRYPTO1

NP_INFINITE_SELECT

NP_ACCEPT_INVALID_FRAMES

NP_ACCEPT_MULTIPLE_FRAMES

NP_AUTO_ISO14443_4

NP_EASY_FRAMING

NP_FORCE_ISO14443_A

NP_FORCE_ISO14443_B

NP_FORCE_SPEED_106

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.