Struct stdf::records::PTR

source ·
pub struct PTR<'a> {
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<'a>, pub alarm_id: Cn<'a>, 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<'a>, pub c_resfmt: Cn<'a>, pub c_llmfmt: Cn<'a>, pub c_hlmfmt: Cn<'a>, pub lo_spec: R4, pub hi_spec: R4,
}

Fields§

§test_num: U4§head_num: U1§site_num: U1§test_flg: B1§parm_flg: B1§result: R4§test_txt: Cn<'a>§alarm_id: Cn<'a>§opt_flag: B1§res_scal: I1§llm_scal: I1§hlm_scal: I1§lo_limit: R4§hi_limit: R4§units: Cn<'a>§c_resfmt: Cn<'a>§c_llmfmt: Cn<'a>§c_hlmfmt: Cn<'a>§lo_spec: R4§hi_spec: R4

Trait Implementations§

Formats the value using the given formatter. Read more
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
Try to read from bytes using context. Read more
Try to write to bytes using context. 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 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.