#[repr(transparent)]pub struct NfcScannerEventType(pub c_uchar);Expand description
Event type passed to the user callback.
Tuple Fields§
§0: c_ucharTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NfcScannerEventType
Source§impl Debug for NfcScannerEventType
impl Debug for NfcScannerEventType
impl Eq for NfcScannerEventType
Source§impl Hash for NfcScannerEventType
impl Hash for NfcScannerEventType
Source§impl PartialEq for NfcScannerEventType
impl PartialEq for NfcScannerEventType
Source§fn eq(&self, other: &NfcScannerEventType) -> bool
fn eq(&self, other: &NfcScannerEventType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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