Struct flipperzero_sys::NfcDeviceData
source · #[repr(C)]pub struct NfcDeviceData {
pub nfc_data: FuriHalNfcDevData,
pub protocol: NfcProtocol,
pub read_mode: NfcReadMode,
pub __bindgen_anon_1: NfcDeviceData__bindgen_ty_1,
pub __bindgen_anon_2: NfcDeviceData__bindgen_ty_2,
pub parsed_data: *mut FuriString,
}Fields§
§nfc_data: FuriHalNfcDevData§protocol: NfcProtocol§read_mode: NfcReadMode§__bindgen_anon_1: NfcDeviceData__bindgen_ty_1§__bindgen_anon_2: NfcDeviceData__bindgen_ty_2§parsed_data: *mut FuriStringTrait Implementations§
source§impl Clone for NfcDeviceData
impl Clone for NfcDeviceData
source§fn clone(&self) -> NfcDeviceData
fn clone(&self) -> NfcDeviceData
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