pub struct PTR {
Show 20 fields pub test_num: U4, pub head_num: U1, pub site_num: U1, pub test_flg: B1, pub parm_flg: B1, pub result: R4, 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 units: 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: B1result: R4test_txt: Cnalarm_id: Cnopt_flag: B1res_scal: I1llm_scal: I1hlm_scal: I1lo_limit: R4hi_limit: R4units: Cnc_resfmt: Cnc_llmfmt: Cnc_hlmfmt: Cnlo_spec: R4hi_spec: R4

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return PTR { test_num: Default::default(), head_num: Default::default(), site_num: Default::default(), test_flg: Default::default(), parm_flg: Default::default(), result: 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(), units: 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.