#[repr(transparent)]pub struct NfcTech(pub c_uchar);
Expand description
Enumeration of available technologies.
Tuple Fields§
§0: c_uchar
Trait Implementations§
impl Copy for NfcTech
impl Eq for NfcTech
impl StructuralPartialEq for NfcTech
Auto Trait Implementations§
impl Freeze for NfcTech
impl RefUnwindSafe for NfcTech
impl Send for NfcTech
impl Sync for NfcTech
impl Unpin for NfcTech
impl UnwindSafe for NfcTech
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