#[repr(C)]pub struct MifareDESFireRecordFileSettings {
pub record_size: u32,
pub max_number_of_records: u32,
pub current_number_of_records: u32,
}Fields§
§record_size: u32§max_number_of_records: u32§current_number_of_records: u32Trait Implementations§
Source§impl Clone for MifareDESFireRecordFileSettings
impl Clone for MifareDESFireRecordFileSettings
Source§fn clone(&self) -> MifareDESFireRecordFileSettings
fn clone(&self) -> MifareDESFireRecordFileSettings
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 MifareDESFireRecordFileSettings
impl PartialEq for MifareDESFireRecordFileSettings
Source§fn eq(&self, other: &MifareDESFireRecordFileSettings) -> bool
fn eq(&self, other: &MifareDESFireRecordFileSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MifareDESFireRecordFileSettings
impl Eq for MifareDESFireRecordFileSettings
impl StructuralPartialEq for MifareDESFireRecordFileSettings
Auto Trait Implementations§
impl Freeze for MifareDESFireRecordFileSettings
impl RefUnwindSafe for MifareDESFireRecordFileSettings
impl Send for MifareDESFireRecordFileSettings
impl Sync for MifareDESFireRecordFileSettings
impl Unpin for MifareDESFireRecordFileSettings
impl UnsafeUnpin for MifareDESFireRecordFileSettings
impl UnwindSafe for MifareDESFireRecordFileSettings
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