Struct flipperzero_sys::MfUltralightVersion
source · #[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,
}Expand description
Re-export bindings
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 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