pub enum ModulationType {
Iso14443a,
Jewel,
Iso14443b,
Iso14443bi,
Iso14443b2sr,
Iso14443b2ct,
Felica,
Dep,
Barcode,
Iso14443biClass,
Undefined,
}Expand description
Safe version of nfc_modulation_type
Variants§
Iso14443a
Jewel
Iso14443b
Iso14443bi
Iso14443b2sr
Iso14443b2ct
Felica
Dep
Barcode
Iso14443biClass
Undefined
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 moreSource§impl Debug for ModulationType
impl Debug for ModulationType
Source§impl From<ModulationType> for nfc_modulation_type
impl From<ModulationType> for nfc_modulation_type
Source§fn from(input: ModulationType) -> nfc_modulation_type
fn from(input: ModulationType) -> nfc_modulation_type
Converts to this type from the input type.
Source§impl From<u32> for ModulationType
impl From<u32> for ModulationType
Source§fn from(input: nfc_modulation_type) -> Self
fn from(input: nfc_modulation_type) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ModulationType
impl PartialEq for ModulationType
Source§impl ToString for ModulationType
impl ToString for ModulationType
impl Copy for ModulationType
impl Eq for ModulationType
impl StructuralPartialEq 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