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