#[repr(C)]pub struct MfDesfireKeySettings {
pub is_master_key_changeable: bool,
pub is_free_directory_list: bool,
pub is_free_create_delete: bool,
pub is_config_changeable: bool,
pub change_key_id: u8,
pub max_keys: u8,
pub flags: u8,
}Fields§
§is_master_key_changeable: bool§is_free_directory_list: bool§is_free_create_delete: bool§is_config_changeable: bool§change_key_id: u8§max_keys: u8§flags: u8Trait Implementations§
Source§impl Clone for MfDesfireKeySettings
impl Clone for MfDesfireKeySettings
Source§fn clone(&self) -> MfDesfireKeySettings
fn clone(&self) -> MfDesfireKeySettings
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 Debug for MfDesfireKeySettings
impl Debug for MfDesfireKeySettings
impl Copy for MfDesfireKeySettings
Auto Trait Implementations§
impl Freeze for MfDesfireKeySettings
impl RefUnwindSafe for MfDesfireKeySettings
impl Send for MfDesfireKeySettings
impl Sync for MfDesfireKeySettings
impl Unpin for MfDesfireKeySettings
impl UnwindSafe for MfDesfireKeySettings
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