Struct nfc_sys::Struct_Unnamed6 [] [src]

pub struct Struct_Unnamed6 {
    pub abtPupi: [uint8_t; 4],
    pub abtApplicationData: [uint8_t; 4],
    pub abtProtocolInfo: [uint8_t; 3],
    pub ui8CardIdentifier: uint8_t,
}

Fields

abtPupi: [uint8_t; 4] abtApplicationData: [uint8_t; 4] abtProtocolInfo: [uint8_t; 3] ui8CardIdentifier: uint8_t

Trait Implementations

impl Clone for Struct_Unnamed6
[src]

fn clone(&self) -> Struct_Unnamed6

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_Unnamed6
[src]

impl Default for Struct_Unnamed6
[src]

fn default() -> Self

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