Struct rust_stdf::MPR

source ·
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: Option<B1>, pub res_scal: Option<I1>, pub llm_scal: Option<I1>, pub hlm_scal: Option<I1>, pub lo_limit: Option<R4>, pub hi_limit: Option<R4>, pub start_in: Option<R4>, pub incr_in: Option<R4>, pub rtn_indx: Option<KxU2>, pub units: Option<Cn>, pub units_in: Option<Cn>, pub c_resfmt: Option<Cn>, pub c_llmfmt: Option<Cn>, pub c_hlmfmt: Option<Cn>, pub lo_spec: Option<R4>, pub hi_spec: Option<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: Option<B1>res_scal: Option<I1>llm_scal: Option<I1>hlm_scal: Option<I1>lo_limit: Option<R4>hi_limit: Option<R4>start_in: Option<R4>incr_in: Option<R4>rtn_indx: Option<KxU2>units: Option<Cn>units_in: Option<Cn>c_resfmt: Option<Cn>c_llmfmt: Option<Cn>c_hlmfmt: Option<Cn>lo_spec: Option<R4>hi_spec: Option<R4>

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
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() }

This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.