Struct nfc_sys::Struct_Unnamed5 [] [src]

pub struct Struct_Unnamed5 {
    pub szLen: size_t,
    pub btResCode: uint8_t,
    pub abtId: [uint8_t; 8],
    pub abtPad: [uint8_t; 8],
    pub abtSysCode: [uint8_t; 2],
}

Fields

szLen: size_t btResCode: uint8_t abtId: [uint8_t; 8] abtPad: [uint8_t; 8] abtSysCode: [uint8_t; 2]

Trait Implementations

impl Clone for Struct_Unnamed5
[src]

fn clone(&self) -> Struct_Unnamed5

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 Copy for Struct_Unnamed5
[src]

impl Default for Struct_Unnamed5
[src]

fn default() -> Self

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