Struct freefare_sys::Struct_mad_aid
[−]
[src]
pub struct Struct_mad_aid {
pub application_code: uint8_t,
pub function_cluster_code: uint8_t,
}Fields
application_code: uint8_t
function_cluster_code: uint8_t
Trait Implementations
impl Clone for Struct_mad_aid[src]
fn clone(&self) -> Struct_mad_aid
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