pub struct Cpk {
pub cpk: f64,
pub ca: f64,
pub cp: f64,
pub usl: f64,
pub lsl: f64,
}Expand description
制程能力指标
Fields§
§cpk: f64制程能力
ca: f64制程准确度
cp: f64制程精密度
usl: f64规格上限
lsl: f64规格下限
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Cpk
impl Send for Cpk
impl Sync for Cpk
impl Unpin for Cpk
impl UnwindSafe for Cpk
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