pub struct SDR {
Show 20 fields pub head_num: U1, pub site_grp: U1, pub site_cnt: U1, pub site_num: KxU1, pub hand_typ: Cn, pub hand_id: Cn, pub card_typ: Cn, pub card_id: Cn, pub load_typ: Cn, pub load_id: Cn, pub dib_typ: Cn, pub dib_id: Cn, pub cabl_typ: Cn, pub cabl_id: Cn, pub cont_typ: Cn, pub cont_id: Cn, pub lasr_typ: Cn, pub lasr_id: Cn, pub extr_typ: Cn, pub extr_id: Cn,
}

Fields

head_num: U1site_grp: U1site_cnt: U1site_num: KxU1hand_typ: Cnhand_id: Cncard_typ: Cncard_id: Cnload_typ: Cnload_id: Cndib_typ: Cndib_id: Cncabl_typ: Cncabl_id: Cncont_typ: Cncont_id: Cnlasr_typ: Cnlasr_id: Cnextr_typ: Cnextr_id: Cn

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return SDR { head_num: Default::default(), site_grp: Default::default(), site_cnt: Default::default(), site_num: Default::default(), hand_typ: Default::default(), hand_id: Default::default(), card_typ: Default::default(), card_id: Default::default(), load_typ: Default::default(), load_id: Default::default(), dib_typ: Default::default(), dib_id: Default::default(), cabl_typ: Default::default(), cabl_id: Default::default(), cont_typ: Default::default(), cont_id: Default::default(), lasr_typ: Default::default(), lasr_id: Default::default(), extr_typ: Default::default(), extr_id: Default::default() }

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.