pub struct Nfc<R: Runtime>(/* private fields */);Expand description
Access to the nfc APIs.
Implementations§
Auto Trait Implementations§
impl<R> Freeze for Nfc<R>
impl<R> !RefUnwindSafe for Nfc<R>
impl<R> Send for Nfc<R>
impl<R> Sync for Nfc<R>
impl<R> Unpin for Nfc<R>
impl<R> !UnwindSafe for Nfc<R>
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