Struct extfg_sigma::SigmaRequest [−][src]
pub struct SigmaRequest {
pub auth_serno: u64,
pub tags: BTreeMap<u16, String>,
pub iso_fields: BTreeMap<u16, IsoFieldData>,
pub iso_subfields: BTreeMap<(u16, u8), IsoFieldData>,
// some fields omitted
}Fields
auth_serno: u64iso_fields: BTreeMap<u16, IsoFieldData>iso_subfields: BTreeMap<(u16, u8), IsoFieldData>Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SigmaRequest
impl Send for SigmaRequest
impl Sync for SigmaRequest
impl Unpin for SigmaRequest
impl UnwindSafe for SigmaRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
