Struct stdf::records::WRR[][src]

pub struct WRR<'a> {
    pub head_num: U1,
    pub site_grp: U1,
    pub finish_t: U4,
    pub part_cnt: U4,
    pub rtst_cnt: U4,
    pub abrt_cnt: U4,
    pub good_cnt: U4,
    pub func_cnt: U4,
    pub wafer_id: Cn<'a>,
    pub fabwf_id: Cn<'a>,
    pub frame_id: Cn<'a>,
    pub mask_id: Cn<'a>,
    pub usr_desc: Cn<'a>,
    pub exc_desc: Cn<'a>,
}

Fields

head_num: U1site_grp: U1finish_t: U4part_cnt: U4rtst_cnt: U4abrt_cnt: U4good_cnt: U4func_cnt: U4wafer_id: Cn<'a>fabwf_id: Cn<'a>frame_id: Cn<'a>mask_id: Cn<'a>usr_desc: Cn<'a>exc_desc: Cn<'a>

Trait Implementations

impl<'a> Debug for WRR<'a>[src]

impl<'a> Eq for WRR<'a>[src]

impl<'a> PartialEq<WRR<'a>> for WRR<'a>[src]

impl<'a> StructuralEq for WRR<'a>[src]

impl<'a> StructuralPartialEq for WRR<'a>[src]

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

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

Auto Trait Implementations

impl<'a> RefUnwindSafe for WRR<'a>

impl<'a> Send for WRR<'a>

impl<'a> Sync for WRR<'a>

impl<'a> Unpin for WRR<'a>

impl<'a> UnwindSafe for WRR<'a>

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.