#[repr(transparent)]pub struct NfcEventType(pub c_uchar);Expand description
Enumeration of possible Nfc event types.
Not all technologies implement all events (this is due to hardware limitations).
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for NfcEventType
impl Clone for NfcEventType
Source§fn clone(&self) -> NfcEventType
fn clone(&self) -> NfcEventType
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 NfcEventType
impl Debug for NfcEventType
Source§impl Hash for NfcEventType
impl Hash for NfcEventType
Source§impl PartialEq for NfcEventType
impl PartialEq for NfcEventType
impl Copy for NfcEventType
impl Eq for NfcEventType
impl StructuralPartialEq for NfcEventType
Auto Trait Implementations§
impl Freeze for NfcEventType
impl RefUnwindSafe for NfcEventType
impl Send for NfcEventType
impl Sync for NfcEventType
impl Unpin for NfcEventType
impl UnwindSafe for NfcEventType
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