#[repr(transparent)]pub struct NfcScannerEventType(pub c_uchar);
Expand description
Event type passed to the user callback.
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for NfcScannerEventType
impl Clone for NfcScannerEventType
Source§fn clone(&self) -> NfcScannerEventType
fn clone(&self) -> NfcScannerEventType
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 NfcScannerEventType
impl Debug for NfcScannerEventType
Source§impl Hash for NfcScannerEventType
impl Hash for NfcScannerEventType
Source§impl PartialEq for NfcScannerEventType
impl PartialEq for NfcScannerEventType
impl Copy for NfcScannerEventType
impl Eq for NfcScannerEventType
impl StructuralPartialEq for NfcScannerEventType
Auto Trait Implementations§
impl Freeze for NfcScannerEventType
impl RefUnwindSafe for NfcScannerEventType
impl Send for NfcScannerEventType
impl Sync for NfcScannerEventType
impl Unpin for NfcScannerEventType
impl UnwindSafe for NfcScannerEventType
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