pub enum Property {
Show 15 variants
TimeoutCommand,
TimeoutAtr,
TimeoutCom,
HandleCrc,
HandleParity,
ActivateField,
ActivateCrypto1,
InfiniteSelect,
AcceptInvalidFrames,
AcceptMultipleFrames,
AutoIso144434,
EasyFraming,
ForceIso14443A,
ForceIso14443B,
ForceSpeed106,
}
Expand description
Safe version of nfc_property
Variants§
TimeoutCommand
TimeoutAtr
TimeoutCom
HandleCrc
HandleParity
ActivateField
ActivateCrypto1
InfiniteSelect
AcceptInvalidFrames
AcceptMultipleFrames
AutoIso144434
EasyFraming
ForceIso14443A
ForceIso14443B
ForceSpeed106
Trait Implementations§
Source§impl From<Property> for nfc_property
impl From<Property> for nfc_property
Source§fn from(input: Property) -> nfc_property
fn from(input: Property) -> nfc_property
Converts to this type from the input type.
impl Copy for Property
impl Eq for Property
impl StructuralPartialEq for Property
Auto Trait Implementations§
impl Freeze for Property
impl RefUnwindSafe for Property
impl Send for Property
impl Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
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