pub struct WRR {}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: CnImplementations
Trait Implementations
sourceimpl Default for WRR
impl Default for WRR
sourcefn default() -> Self
fn default() -> Self
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() }
impl Eq for WRR
impl StructuralEq for WRR
impl StructuralPartialEq for WRR
Auto Trait Implementations
impl RefUnwindSafe for WRR
impl Send for WRR
impl Sync for WRR
impl Unpin for WRR
impl UnwindSafe for WRR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more