#[repr(C)]pub enum nfc_mode {
N_TARGET = 0,
N_INITIATOR = 1,
}Variants§
Trait Implementations§
impl Copy for nfc_mode
impl Eq for nfc_mode
impl StructuralPartialEq for nfc_mode
Auto Trait Implementations§
impl Freeze for nfc_mode
impl RefUnwindSafe for nfc_mode
impl Send for nfc_mode
impl Sync for nfc_mode
impl Unpin for nfc_mode
impl UnsafeUnpin for nfc_mode
impl UnwindSafe for nfc_mode
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