Struct flipper0::ffi::rfalNfcDevice

source ·
pub struct rfalNfcDevice {
    pub type_: rfalNfcDevType,
    pub dev: rfalNfcDevice__bindgen_ty_1,
    pub nfcid: *mut u8,
    pub nfcidLen: u8,
    pub rfInterface: rfalNfcRfInterface,
    pub proto: rfalNfcDevice__bindgen_ty_2,
}
Expand description

Device struct containing all its details

Fields

type_: rfalNfcDevType

< Device’s type

dev: rfalNfcDevice__bindgen_ty_1

< Device’s instance

nfcid: *mut u8

< Device’s NFCID

nfcidLen: u8

< Device’s NFCID length

rfInterface: rfalNfcRfInterface

< Device’s interface

proto: rfalNfcDevice__bindgen_ty_2

< Device’s protocol

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.