Struct stdf::records::WCR[][src]

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

Trait Implementations

impl Debug for WCR[src]

impl PartialEq<WCR> for WCR[src]

impl StructuralPartialEq for WCR[src]

impl<'a> TryRead<'a, Endian> for WCR[src]

impl<'a> TryWrite<Endian> for WCR[src]

Auto Trait Implementations

impl RefUnwindSafe for WCR

impl Send for WCR

impl Sync for WCR

impl Unpin for WCR

impl UnwindSafe for WCR

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.