#[repr(u32)]pub enum ModulationType {
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 ModulationType
impl Clone for ModulationType
Source§fn clone(&self) -> ModulationType
fn clone(&self) -> ModulationType
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 ModulationType
Auto Trait Implementations§
impl Freeze for ModulationType
impl RefUnwindSafe for ModulationType
impl Send for ModulationType
impl Sync for ModulationType
impl Unpin for ModulationType
impl UnwindSafe for ModulationType
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