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 moreimpl Copy for NfcDeviceData
Auto Trait Implementations§
impl RefUnwindSafe for NfcDeviceData
impl !Send for NfcDeviceData
impl !Sync for NfcDeviceData
impl Unpin for NfcDeviceData
impl UnwindSafe for NfcDeviceData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more