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: R4die_ht: R4die_wid: R4wf_units: U1wf_flat: C1center_x: I2center_y: I2pos_x: C1pos_y: C1

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return WCR { wafr_siz: 0.0, die_ht: 0.0, die_wid: 0.0, wf_units: 0, wf_flat: ' ', center_x: - 32768, center_y: - 32768, pos_x: ' ', pos_y: ' ' }

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.