#[repr(transparent)]pub struct MilliTorr(pub f64);Expand description
Chamber pressure in milli-Torr — the practical unit for high-vacuum semiconductor process chambers (typical range: 1–500 mTorr).
Tuple Fields§
§0: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for MilliTorr
impl<'de> Deserialize<'de> for MilliTorr
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 MilliTorr
impl PartialOrd for MilliTorr
impl Copy for MilliTorr
impl StructuralPartialEq for MilliTorr
Auto Trait Implementations§
impl Freeze for MilliTorr
impl RefUnwindSafe for MilliTorr
impl Send for MilliTorr
impl Sync for MilliTorr
impl Unpin for MilliTorr
impl UnsafeUnpin for MilliTorr
impl UnwindSafe for MilliTorr
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