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