Struct freefare_sys::Struct_Unnamed2
[−]
[src]
pub struct Struct_Unnamed2 {
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_Unnamed2[src]
fn clone(&self) -> Struct_Unnamed2
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