#[repr(transparent)]pub struct NfcDeviceNameType(pub c_uchar);Expand description
Verbosity level of the displayed NFC device name.
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for NfcDeviceNameType
impl Clone for NfcDeviceNameType
Source§fn clone(&self) -> NfcDeviceNameType
fn clone(&self) -> NfcDeviceNameType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NfcDeviceNameType
impl Debug for NfcDeviceNameType
Source§impl Hash for NfcDeviceNameType
impl Hash for NfcDeviceNameType
Source§impl PartialEq for NfcDeviceNameType
impl PartialEq for NfcDeviceNameType
impl Copy for NfcDeviceNameType
impl Eq for NfcDeviceNameType
impl StructuralPartialEq for NfcDeviceNameType
Auto Trait Implementations§
impl Freeze for NfcDeviceNameType
impl RefUnwindSafe for NfcDeviceNameType
impl Send for NfcDeviceNameType
impl Sync for NfcDeviceNameType
impl Unpin for NfcDeviceNameType
impl UnwindSafe for NfcDeviceNameType
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