#[repr(C)]pub struct NfcMfClassicDictAttackData {
pub dict: *mut MfClassicDict,
pub current_sector: u8,
}Expand description
Re-export bindings
Fields§
§dict: *mut MfClassicDict§current_sector: u8Trait Implementations§
source§impl Clone for NfcMfClassicDictAttackData
impl Clone for NfcMfClassicDictAttackData
source§fn clone(&self) -> NfcMfClassicDictAttackData
fn clone(&self) -> NfcMfClassicDictAttackData
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