pub struct PRR {
    pub head_num: U1,
    pub site_num: U1,
    pub part_flg: B1,
    pub num_test: U2,
    pub hard_bin: U2,
    pub soft_bin: U2,
    pub x_coord: I2,
    pub y_coord: I2,
    pub test_t: U4,
    pub part_id: Cn,
    pub part_txt: Cn,
    pub part_fix: Bn,
}

Fields

head_num: U1site_num: U1part_flg: B1num_test: U2hard_bin: U2soft_bin: U2x_coord: I2y_coord: I2test_t: U4part_id: Cnpart_txt: Cnpart_fix: Bn

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return PRR { head_num: Default::default(), site_num: Default::default(), part_flg: Default::default(), num_test: Default::default(), hard_bin: Default::default(), soft_bin: 65535, x_coord: - 32768, y_coord: - 32768, test_t: 0, part_id: Default::default(), part_txt: Default::default(), part_fix: 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.