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