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