Struct nfc_sys::Struct_Unnamed3 [] [src]

pub struct Struct_Unnamed3 {
    pub abtNFCID3: [uint8_t; 10],
    pub btDID: uint8_t,
    pub btBS: uint8_t,
    pub btBR: uint8_t,
    pub btTO: uint8_t,
    pub btPP: uint8_t,
    pub abtGB: [uint8_t; 48],
    pub szGB: size_t,
    pub ndm: nfc_dep_mode,
}

Fields

abtNFCID3: [uint8_t; 10] btDID: uint8_t btBS: uint8_t btBR: uint8_t btTO: uint8_t btPP: uint8_t abtGB: [uint8_t; 48] szGB: size_t ndm: nfc_dep_mode

Trait Implementations

impl Copy for Struct_Unnamed3
[src]

impl Clone for Struct_Unnamed3
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed3
[src]

fn default() -> Self

Returns the "default value" for a type. Read more