#[repr(C)]
pub struct NfcDevice {
pub storage: *mut Storage,
pub dialogs: *mut DialogsApp,
pub dev_data: NfcDeviceData,
pub dev_name: [c_char; 23],
pub load_path: *mut FuriString,
pub folder: *mut FuriString,
pub format: NfcDeviceSaveFormat,
pub shadow_file_exist: bool,
pub loading_cb: NfcLoadingCallback,
pub loading_cb_ctx: *mut c_void,
}
§shadow_file_exist: bool
Performs copy-assignment from
source.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.