pub struct NfcDevice { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for NfcDevice
impl RefUnwindSafe for NfcDevice
impl Send for NfcDevice
impl Sync for NfcDevice
impl Unpin for NfcDevice
impl UnwindSafe for NfcDevice
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