#[repr(C)]pub struct Struct_mifare_desfire_file_settings {
pub file_type: u8,
pub communication_settings: u8,
pub access_rights: u16,
pub settings: Union_Unnamed4,
}Fields§
§file_type: u8§communication_settings: u8§access_rights: u16§settings: Union_Unnamed4Trait Implementations§
Source§impl Clone for Struct_mifare_desfire_file_settings
impl Clone for Struct_mifare_desfire_file_settings
Source§fn clone(&self) -> Struct_mifare_desfire_file_settings
fn clone(&self) -> Struct_mifare_desfire_file_settings
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 moreimpl Copy for Struct_mifare_desfire_file_settings
Auto Trait Implementations§
impl Freeze for Struct_mifare_desfire_file_settings
impl RefUnwindSafe for Struct_mifare_desfire_file_settings
impl Send for Struct_mifare_desfire_file_settings
impl Sync for Struct_mifare_desfire_file_settings
impl Unpin for Struct_mifare_desfire_file_settings
impl UnwindSafe for Struct_mifare_desfire_file_settings
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