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: R4
§die_ht: R4
§die_wid: R4
§wf_units: U1
§wf_flat: C1
§center_x: I2
§center_y: I2
§pos_x: C1
§pos_y: C1
Implementations§
Trait Implementations§
impl StructuralPartialEq for WCR
Auto Trait Implementations§
impl Freeze for WCR
impl RefUnwindSafe for WCR
impl Send for WCR
impl Sync for WCR
impl Unpin for WCR
impl UnwindSafe for WCR
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