#[repr(C)]pub struct Struct_mifare_desfire_df {
pub aid: u32,
pub fid: u16,
pub df_name: [u8; 16],
pub df_name_len: size_t,
}Fields§
§aid: u32§fid: u16§df_name: [u8; 16]§df_name_len: size_tTrait Implementations§
Source§impl Clone for Struct_mifare_desfire_df
impl Clone for Struct_mifare_desfire_df
Source§fn clone(&self) -> Struct_mifare_desfire_df
fn clone(&self) -> Struct_mifare_desfire_df
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 Default for Struct_mifare_desfire_df
impl Default for Struct_mifare_desfire_df
impl Copy for Struct_mifare_desfire_df
Auto Trait Implementations§
impl Freeze for Struct_mifare_desfire_df
impl RefUnwindSafe for Struct_mifare_desfire_df
impl Send for Struct_mifare_desfire_df
impl Sync for Struct_mifare_desfire_df
impl Unpin for Struct_mifare_desfire_df
impl UnwindSafe for Struct_mifare_desfire_df
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