pub struct Pressure(/* private fields */);Expand description
Pressure (Pascals).
Implementations§
Trait Implementations§
Source§impl PartialOrd for Pressure
impl PartialOrd for Pressure
impl Copy for Pressure
impl StructuralPartialEq for Pressure
Auto Trait Implementations§
impl Freeze for Pressure
impl RefUnwindSafe for Pressure
impl Send for Pressure
impl Sync for Pressure
impl Unpin for Pressure
impl UnwindSafe for Pressure
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