pub struct TSR {
Show 16 fields pub head_num: U1, pub site_num: U1, pub test_typ: C1, pub test_num: U4, pub exec_cnt: U4, pub fail_cnt: U4, pub alrm_cnt: U4, pub test_nam: Cn, pub seq_name: Cn, pub test_lbl: Cn, pub opt_flag: B1, pub test_tim: R4, pub test_min: R4, pub test_max: R4, pub tst_sums: R4, pub tst_sqrs: R4,
}

Fields

head_num: U1site_num: U1test_typ: C1test_num: U4exec_cnt: U4fail_cnt: U4alrm_cnt: U4test_nam: Cnseq_name: Cntest_lbl: Cnopt_flag: B1test_tim: R4test_min: R4test_max: R4tst_sums: R4tst_sqrs: R4

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return TSR { head_num: Default::default(), site_num: Default::default(), test_typ: ' ', test_num: Default::default(), exec_cnt: 4_294_967_295, fail_cnt: 4_294_967_295, alrm_cnt: 4_294_967_295, test_nam: Default::default(), seq_name: Default::default(), test_lbl: Default::default(), opt_flag: Default::default(), test_tim: Default::default(), test_min: Default::default(), test_max: Default::default(), tst_sums: Default::default(), tst_sqrs: 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.