#[repr(C)]pub struct Struct_mifare_desfire_version_info {
pub hardware: Struct_Unnamed2,
pub software: Struct_Unnamed3,
pub uid: [u8; 7],
pub batch_number: [u8; 5],
pub production_week: u8,
pub production_year: u8,
}Fields§
§hardware: Struct_Unnamed2§software: Struct_Unnamed3§uid: [u8; 7]§batch_number: [u8; 5]§production_week: u8§production_year: u8Trait Implementations§
Source§impl Clone for Struct_mifare_desfire_version_info
impl Clone for Struct_mifare_desfire_version_info
Source§fn clone(&self) -> Struct_mifare_desfire_version_info
fn clone(&self) -> Struct_mifare_desfire_version_info
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_version_info
Auto Trait Implementations§
impl Freeze for Struct_mifare_desfire_version_info
impl RefUnwindSafe for Struct_mifare_desfire_version_info
impl Send for Struct_mifare_desfire_version_info
impl Sync for Struct_mifare_desfire_version_info
impl Unpin for Struct_mifare_desfire_version_info
impl UnwindSafe for Struct_mifare_desfire_version_info
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