Struct freefare_sys::Struct_Unnamed3 [] [src]

pub struct Struct_Unnamed3 {
    pub vendor_id: uint8_t,
    pub _type: uint8_t,
    pub subtype: uint8_t,
    pub version_major: uint8_t,
    pub version_minor: uint8_t,
    pub storage_size: uint8_t,
    pub protocol: uint8_t,
}

Fields

vendor_id: uint8_t _type: uint8_t subtype: uint8_t version_major: uint8_t version_minor: uint8_t storage_size: uint8_t protocol: uint8_t

Trait Implementations

impl Clone for Struct_Unnamed3
[src]

fn clone(&self) -> Struct_Unnamed3

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

impl Default for Struct_Unnamed3
[src]

fn default() -> Self

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