#[repr(transparent)]pub struct MfDesfireError(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for MfDesfireError
impl Clone for MfDesfireError
Source§fn clone(&self) -> MfDesfireError
fn clone(&self) -> MfDesfireError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MfDesfireError
Source§impl Debug for MfDesfireError
impl Debug for MfDesfireError
impl Eq for MfDesfireError
Source§impl Hash for MfDesfireError
impl Hash for MfDesfireError
Source§impl PartialEq for MfDesfireError
impl PartialEq for MfDesfireError
Source§fn eq(&self, other: &MfDesfireError) -> bool
fn eq(&self, other: &MfDesfireError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MfDesfireError
Auto Trait Implementations§
impl Freeze for MfDesfireError
impl RefUnwindSafe for MfDesfireError
impl Send for MfDesfireError
impl Sync for MfDesfireError
impl Unpin for MfDesfireError
impl UnsafeUnpin for MfDesfireError
impl UnwindSafe for MfDesfireError
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