Struct stdf::records::WCR

source ·
pub struct WCR {
    pub wafr_siz: R4,
    pub die_ht: R4,
    pub die_wid: R4,
    pub wf_units: U1,
    pub wf_flat: C1,
    pub center_x: I2,
    pub center_y: I2,
    pub pos_x: C1,
    pub pos_y: C1,
}

Fields§

§wafr_siz: R4§die_ht: R4§die_wid: R4§wf_units: U1§wf_flat: C1§center_x: I2§center_y: I2§pos_x: C1§pos_y: C1

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.