pub struct nfc_device { /* private fields */ }Expand description
Opaque libnfc device handle.
Auto Trait Implementations§
impl Freeze for nfc_device
impl RefUnwindSafe for nfc_device
impl Send for nfc_device
impl Sync for nfc_device
impl Unpin for nfc_device
impl UnsafeUnpin for nfc_device
impl UnwindSafe for nfc_device
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