Struct nfc_sys::Struct_Unnamed9 [] [src]

pub struct Struct_Unnamed9 {
    pub abtUID: [uint8_t; 4],
    pub btProdCode: uint8_t,
    pub btFabCode: uint8_t,
}

Fields

abtUID: [uint8_t; 4] btProdCode: uint8_t btFabCode: uint8_t

Trait Implementations

impl Clone for Struct_Unnamed9
[src]

fn clone(&self) -> Struct_Unnamed9

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

impl Default for Struct_Unnamed9
[src]

fn default() -> Self

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