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