pub struct WIR {
pub head_num: U1,
pub site_grp: U1,
pub start_t: U4,
pub wafer_id: Cn,
}
Fields§
§head_num: U1
§site_grp: U1
§start_t: U4
§wafer_id: Cn
Implementations§
Trait Implementations§
impl Eq for WIR
impl StructuralPartialEq for WIR
Auto Trait Implementations§
impl Freeze for WIR
impl RefUnwindSafe for WIR
impl Send for WIR
impl Sync for WIR
impl Unpin for WIR
impl UnwindSafe for WIR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more