#[repr(transparent)]pub struct Sccm(pub f64);Expand description
Standard cubic centimetres per minute — the SI-derived unit for gas mass-flow controllers (MFCs) in semiconductor process chambers.
Tuple Fields§
§0: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Sccm
impl<'de> Deserialize<'de> for Sccm
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialOrd for Sccm
impl PartialOrd for Sccm
impl Copy for Sccm
impl StructuralPartialEq for Sccm
Auto Trait Implementations§
impl Freeze for Sccm
impl RefUnwindSafe for Sccm
impl Send for Sccm
impl Sync for Sccm
impl Unpin for Sccm
impl UnsafeUnpin for Sccm
impl UnwindSafe for Sccm
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