#[repr(u32)]pub enum nfc_modulation_type {
NMT_ISO14443A = 1,
NMT_JEWEL = 2,
NMT_ISO14443B = 3,
NMT_ISO14443BI = 4,
NMT_ISO14443B2SR = 5,
NMT_ISO14443B2CT = 6,
NMT_FELICA = 7,
NMT_DEP = 8,
}Variants§
NMT_ISO14443A = 1
NMT_JEWEL = 2
NMT_ISO14443B = 3
NMT_ISO14443BI = 4
NMT_ISO14443B2SR = 5
NMT_ISO14443B2CT = 6
NMT_FELICA = 7
NMT_DEP = 8
Trait Implementations§
Source§impl Clone for nfc_modulation_type
impl Clone for nfc_modulation_type
Source§fn clone(&self) -> nfc_modulation_type
fn clone(&self) -> nfc_modulation_type
Returns a duplicate 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 moreimpl Copy for nfc_modulation_type
Auto Trait Implementations§
impl Freeze for nfc_modulation_type
impl RefUnwindSafe for nfc_modulation_type
impl Send for nfc_modulation_type
impl Sync for nfc_modulation_type
impl Unpin for nfc_modulation_type
impl UnwindSafe for nfc_modulation_type
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