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: C1Implementations
Trait Implementations
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
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