Struct flipperzero_sys::MfUltralightData
source · #[repr(C)]pub struct MfUltralightData {
pub type_: MfUltralightType,
pub version: MfUltralightVersion,
pub signature: [u8; 32],
pub counter: [u32; 3],
pub tearing: [u8; 3],
pub auth_method: MfUltralightAuthMethod,
pub auth_key: [u8; 4],
pub auth_success: bool,
pub curr_authlim: u16,
pub data_size: u16,
pub data: [u8; 2040],
pub data_read: u16,
}Fields§
§type_: MfUltralightType§version: MfUltralightVersion§signature: [u8; 32]§counter: [u32; 3]§tearing: [u8; 3]§auth_method: MfUltralightAuthMethod§auth_key: [u8; 4]§auth_success: bool§curr_authlim: u16§data_size: u16§data: [u8; 2040]§data_read: u16Trait Implementations§
source§impl Clone for MfUltralightData
impl Clone for MfUltralightData
source§fn clone(&self) -> MfUltralightData
fn clone(&self) -> MfUltralightData
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