Struct freefare_sys::Struct_Unnamed6
[−]
[src]
pub struct Struct_Unnamed6 {
pub lower_limit: int32_t,
pub upper_limit: int32_t,
pub limited_credit_value: int32_t,
pub limited_credit_enabled: uint8_t,
}Fields
lower_limit: int32_t
upper_limit: int32_t
limited_credit_value: int32_t
limited_credit_enabled: 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