#[repr(transparent)]pub struct NfcMode(pub c_uchar);Expand description
Enumeration of possible operating modes.
Not all technologies implement the listener operating mode.
Tuple Fields§
§0: c_ucharTrait Implementations§
impl Copy for NfcMode
impl Eq for NfcMode
impl StructuralPartialEq for NfcMode
Auto Trait Implementations§
impl Freeze for NfcMode
impl RefUnwindSafe for NfcMode
impl Send for NfcMode
impl Sync for NfcMode
impl Unpin for NfcMode
impl UnwindSafe for NfcMode
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