#[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 more