#[repr(transparent)]pub struct NfcIso14443aShortFrame(pub c_uchar);Expand description
Enumeration of possible ISO14443-3A short frame types.
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for NfcIso14443aShortFrame
impl Clone for NfcIso14443aShortFrame
Source§fn clone(&self) -> NfcIso14443aShortFrame
fn clone(&self) -> NfcIso14443aShortFrame
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 NfcIso14443aShortFrame
impl Debug for NfcIso14443aShortFrame
Source§impl Hash for NfcIso14443aShortFrame
impl Hash for NfcIso14443aShortFrame
Source§impl PartialEq for NfcIso14443aShortFrame
impl PartialEq for NfcIso14443aShortFrame
impl Copy for NfcIso14443aShortFrame
impl Eq for NfcIso14443aShortFrame
impl StructuralPartialEq for NfcIso14443aShortFrame
Auto Trait Implementations§
impl Freeze for NfcIso14443aShortFrame
impl RefUnwindSafe for NfcIso14443aShortFrame
impl Send for NfcIso14443aShortFrame
impl Sync for NfcIso14443aShortFrame
impl Unpin for NfcIso14443aShortFrame
impl UnwindSafe for NfcIso14443aShortFrame
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