Enum libgatekeeper_sys::ffi::ModulationType
source · [−]#[repr(u32)]
pub enum ModulationType {
NMT_ISO14443A,
NMT_JEWEL,
NMT_ISO14443B,
NMT_ISO14443BI,
NMT_ISO14443B2SR,
NMT_ISO14443B2CT,
NMT_FELICA,
NMT_DEP,
}Variants
NMT_ISO14443A
NMT_JEWEL
NMT_ISO14443B
NMT_ISO14443BI
NMT_ISO14443B2SR
NMT_ISO14443B2CT
NMT_FELICA
NMT_DEP
Trait Implementations
sourceimpl Clone for ModulationType
impl Clone for ModulationType
sourcefn clone(&self) -> ModulationType
fn clone(&self) -> ModulationType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ModulationType
Auto Trait Implementations
impl RefUnwindSafe for ModulationType
impl Send for ModulationType
impl Sync for ModulationType
impl Unpin for ModulationType
impl UnwindSafe for ModulationType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more