#[repr(transparent)]pub struct MfDesfireFileType(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for MfDesfireFileType
impl Clone for MfDesfireFileType
Source§fn clone(&self) -> MfDesfireFileType
fn clone(&self) -> MfDesfireFileType
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 MfDesfireFileType
Source§impl Debug for MfDesfireFileType
impl Debug for MfDesfireFileType
impl Eq for MfDesfireFileType
Source§impl Hash for MfDesfireFileType
impl Hash for MfDesfireFileType
Source§impl PartialEq for MfDesfireFileType
impl PartialEq for MfDesfireFileType
Source§fn eq(&self, other: &MfDesfireFileType) -> bool
fn eq(&self, other: &MfDesfireFileType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MfDesfireFileType
Auto Trait Implementations§
impl Freeze for MfDesfireFileType
impl RefUnwindSafe for MfDesfireFileType
impl Send for MfDesfireFileType
impl Sync for MfDesfireFileType
impl Unpin for MfDesfireFileType
impl UnsafeUnpin for MfDesfireFileType
impl UnwindSafe for MfDesfireFileType
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