Struct flipper0::ffi::NfcDevice

source ·
pub struct NfcDevice {
    pub storage: *mut Storage,
    pub dialogs: *mut DialogsApp,
    pub dev_data: NfcDeviceData,
    pub dev_name: [i8; 23],
    pub load_path: *mut FuriString,
    pub format: NfcDeviceSaveFormat,
    pub shadow_file_exist: bool,
    pub loading_cb: Option<unsafe extern "C" fn(*mut c_void, bool)>,
    pub loading_cb_ctx: *mut c_void,
}

Fields

storage: *mut Storagedialogs: *mut DialogsAppdev_data: NfcDeviceDatadev_name: [i8; 23]load_path: *mut FuriStringformat: NfcDeviceSaveFormatshadow_file_exist: boolloading_cb: Option<unsafe extern "C" fn(*mut c_void, bool)>loading_cb_ctx: *mut c_void

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. 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.