Struct libgatekeeper_sys::MobileNfcTag
source · [−]pub struct MobileNfcTag { /* private fields */ }Trait Implementations
sourceimpl NfcTag for MobileNfcTag
impl NfcTag for MobileNfcTag
Auto Trait Implementations
impl RefUnwindSafe for MobileNfcTag
impl !Send for MobileNfcTag
impl !Sync for MobileNfcTag
impl Unpin for MobileNfcTag
impl UnwindSafe for MobileNfcTag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more