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