pub struct WRR {
Show 14 fields 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, pub fabwf_id: Cn, pub frame_id: Cn, pub mask_id: Cn, pub usr_desc: Cn, pub exc_desc: Cn,
}

Fields

head_num: U1site_grp: U1finish_t: U4part_cnt: U4rtst_cnt: U4abrt_cnt: U4good_cnt: U4func_cnt: U4wafer_id: Cnfabwf_id: Cnframe_id: Cnmask_id: Cnusr_desc: Cnexc_desc: Cn

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Return WRR { head_num: Default::default(), site_grp: 255, finish_t: Default::default(), part_cnt: Default::default(), rtst_cnt: 4_294_967_295, abrt_cnt: 4_294_967_295, good_cnt: 4_294_967_295, func_cnt: 4_294_967_295, wafer_id: Default::default(), fabwf_id: Default::default(), frame_id: Default::default(), mask_id: Default::default(), usr_desc: Default::default(), exc_desc: 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.