#[repr(C)]pub struct MifareDesfireKeySettings {
pub change_key_id: u8,
pub config_changeable: bool,
pub free_create_delete: bool,
pub free_directory_list: bool,
pub master_key_changeable: bool,
pub flags: u8,
pub max_keys: u8,
pub key_version_head: *mut MifareDesfireKeyVersion,
}Fields§
§change_key_id: u8§config_changeable: bool§free_create_delete: bool§free_directory_list: bool§master_key_changeable: bool§flags: u8§max_keys: u8§key_version_head: *mut MifareDesfireKeyVersionTrait Implementations§
source§impl Clone for MifareDesfireKeySettings
impl Clone for MifareDesfireKeySettings
source§fn clone(&self) -> MifareDesfireKeySettings
fn clone(&self) -> MifareDesfireKeySettings
Returns a copy 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 Debug for MifareDesfireKeySettings
impl Debug for MifareDesfireKeySettings
impl Copy for MifareDesfireKeySettings
Auto Trait Implementations§
impl RefUnwindSafe for MifareDesfireKeySettings
impl !Send for MifareDesfireKeySettings
impl !Sync for MifareDesfireKeySettings
impl Unpin for MifareDesfireKeySettings
impl UnwindSafe for MifareDesfireKeySettings
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