#[repr(C)]pub struct MifareDesfireApplication {
pub id: [u8; 3],
pub key_settings: *mut MifareDesfireKeySettings,
pub file_head: *mut MifareDesfireFile,
pub next: *mut MifareDesfireApplication,
}Expand description
Re-export bindings
Fields§
§id: [u8; 3]§key_settings: *mut MifareDesfireKeySettings§file_head: *mut MifareDesfireFile§next: *mut MifareDesfireApplicationTrait Implementations§
source§impl Clone for MifareDesfireApplication
impl Clone for MifareDesfireApplication
source§fn clone(&self) -> MifareDesfireApplication
fn clone(&self) -> MifareDesfireApplication
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