#[repr(C)]pub struct MfUltralightVersion {
pub header: u8,
pub vendor_id: u8,
pub prod_type: u8,
pub prod_subtype: u8,
pub prod_ver_major: u8,
pub prod_ver_minor: u8,
pub storage_size: u8,
pub protocol_type: u8,
}Fields§
§header: u8§vendor_id: u8§prod_type: u8§prod_subtype: u8§prod_ver_major: u8§prod_ver_minor: u8§storage_size: u8§protocol_type: u8Trait Implementations§
Source§impl Clone for MfUltralightVersion
impl Clone for MfUltralightVersion
Source§fn clone(&self) -> MfUltralightVersion
fn clone(&self) -> MfUltralightVersion
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 MfUltralightVersion
impl Debug for MfUltralightVersion
impl Copy for MfUltralightVersion
Auto Trait Implementations§
impl Freeze for MfUltralightVersion
impl RefUnwindSafe for MfUltralightVersion
impl Send for MfUltralightVersion
impl Sync for MfUltralightVersion
impl Unpin for MfUltralightVersion
impl UnwindSafe for MfUltralightVersion
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