pub struct MPR {
Show 27 fields pub test_num: U4, pub head_num: U1, pub site_num: U1, pub test_flg: B1, pub parm_flg: B1, pub rtn_icnt: U2, pub rslt_cnt: U2, pub rtn_stat: KxN1, pub rtn_rslt: KxR4, pub test_txt: Cn, pub alarm_id: Cn, pub opt_flag: B1, pub res_scal: I1, pub llm_scal: I1, pub hlm_scal: I1, pub lo_limit: R4, pub hi_limit: R4, pub start_in: R4, pub incr_in: R4, pub rtn_indx: KxU2, pub units: Cn, pub units_in: Cn, pub c_resfmt: Cn, pub c_llmfmt: Cn, pub c_hlmfmt: Cn, pub lo_spec: R4, pub hi_spec: R4,
}

Fields

test_num: U4head_num: U1site_num: U1test_flg: B1parm_flg: B1rtn_icnt: U2rslt_cnt: U2rtn_stat: KxN1rtn_rslt: KxR4test_txt: Cnalarm_id: Cnopt_flag: B1res_scal: I1llm_scal: I1hlm_scal: I1lo_limit: R4hi_limit: R4start_in: R4incr_in: R4rtn_indx: KxU2units: Cnunits_in: Cnc_resfmt: Cnc_llmfmt: Cnc_hlmfmt: Cnlo_spec: R4hi_spec: R4

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return MPR { test_num: Default::default(), head_num: Default::default(), site_num: Default::default(), test_flg: Default::default(), parm_flg: Default::default(), rtn_icnt: Default::default(), rslt_cnt: Default::default(), rtn_stat: Default::default(), rtn_rslt: Default::default(), test_txt: Default::default(), alarm_id: Default::default(), opt_flag: Default::default(), res_scal: Default::default(), llm_scal: Default::default(), hlm_scal: Default::default(), lo_limit: Default::default(), hi_limit: Default::default(), start_in: Default::default(), incr_in: Default::default(), rtn_indx: Default::default(), units: Default::default(), units_in: Default::default(), c_resfmt: Default::default(), c_llmfmt: Default::default(), c_hlmfmt: Default::default(), lo_spec: Default::default(), hi_spec: 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.