#[repr(C)]pub struct NfcScanner { /* private fields */ }
Trait Implementations§
Source§impl Clone for NfcScanner
impl Clone for NfcScanner
Source§fn clone(&self) -> NfcScanner
fn clone(&self) -> NfcScanner
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 NfcScanner
impl Debug for NfcScanner
impl Copy for NfcScanner
Auto Trait Implementations§
impl Freeze for NfcScanner
impl RefUnwindSafe for NfcScanner
impl Send for NfcScanner
impl Sync for NfcScanner
impl Unpin for NfcScanner
impl UnwindSafe for NfcScanner
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