pub struct ViscosityPerLength;Expand description
A viscosity per unit length.
Trait Implementations§
Source§impl Clone for ViscosityPerLength
impl Clone for ViscosityPerLength
Source§fn clone(&self) -> ViscosityPerLength
fn clone(&self) -> ViscosityPerLength
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ViscosityPerLength
impl Debug for ViscosityPerLength
Source§impl PartialEq for ViscosityPerLength
impl PartialEq for ViscosityPerLength
Source§fn eq(&self, other: &ViscosityPerLength) -> bool
fn eq(&self, other: &ViscosityPerLength) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl UnitDiv<Dimensionless> for ViscosityPerLength
impl UnitDiv<Dimensionless> for ViscosityPerLength
Source§type Output = ViscosityPerLength
type Output = ViscosityPerLength
The unit of the quotient.
Source§impl UnitDiv<ReciprocalLength> for ViscosityPerLength
impl UnitDiv<ReciprocalLength> for ViscosityPerLength
Source§impl UnitDiv<Viscosity> for ViscosityPerLength
impl UnitDiv<Viscosity> for ViscosityPerLength
Source§type Output = ReciprocalLength
type Output = ReciprocalLength
The unit of the quotient.
Source§impl UnitDiv<ViscosityPerLength> for ViscosityPerLength
impl UnitDiv<ViscosityPerLength> for ViscosityPerLength
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the quotient.
Source§impl UnitHalves for ViscosityPerLength
impl UnitHalves for ViscosityPerLength
Source§type First = ViscosityPerLength
type First = ViscosityPerLength
The unit the first half takes.
Source§type Second = ViscosityPerLength
type Second = ViscosityPerLength
The unit the second half takes.
Source§impl UnitMul<Dimensionless> for ViscosityPerLength
impl UnitMul<Dimensionless> for ViscosityPerLength
Source§type Output = ViscosityPerLength
type Output = ViscosityPerLength
The unit of the product.
Source§impl UnitMul<ReciprocalLength> for ViscosityPerLength
impl UnitMul<ReciprocalLength> for ViscosityPerLength
Source§type Output = ViscosityPerArea
type Output = ViscosityPerArea
The unit of the product.
Source§impl UnitMul<ViscosityPerLength> for Dimensionless
impl UnitMul<ViscosityPerLength> for Dimensionless
Source§type Output = ViscosityPerLength
type Output = ViscosityPerLength
The unit of the product.
Source§impl UnitSum for ViscosityPerLength
impl UnitSum for ViscosityPerLength
Source§type Output = ViscosityPerLength
type Output = ViscosityPerLength
The unit of the sum.
impl Copy for ViscosityPerLength
impl Eq for ViscosityPerLength
impl StructuralPartialEq for ViscosityPerLength
impl Unit for ViscosityPerLength
Auto Trait Implementations§
impl Freeze for ViscosityPerLength
impl RefUnwindSafe for ViscosityPerLength
impl Send for ViscosityPerLength
impl Sync for ViscosityPerLength
impl Unpin for ViscosityPerLength
impl UnsafeUnpin for ViscosityPerLength
impl UnwindSafe for ViscosityPerLength
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