Struct freefare_sys::Struct_Unnamed7 [] [src]

pub struct Struct_Unnamed7 {
    pub record_size: uint32_t,
    pub max_number_of_records: uint32_t,
    pub current_number_of_records: uint32_t,
}

Fields

record_size: uint32_t max_number_of_records: uint32_t current_number_of_records: uint32_t

Trait Implementations

impl Clone for Struct_Unnamed7
[src]

fn clone(&self) -> Struct_Unnamed7

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

impl Default for Struct_Unnamed7
[src]

fn default() -> Self

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