pub struct ViscosityPerArea;Expand description
A viscosity per unit area, as a damping per unit volume is.
Trait Implementations§
Source§impl Clone for ViscosityPerArea
impl Clone for ViscosityPerArea
Source§fn clone(&self) -> ViscosityPerArea
fn clone(&self) -> ViscosityPerArea
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 ViscosityPerArea
impl Debug for ViscosityPerArea
Source§impl PartialEq for ViscosityPerArea
impl PartialEq for ViscosityPerArea
Source§fn eq(&self, other: &ViscosityPerArea) -> bool
fn eq(&self, other: &ViscosityPerArea) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl UnitDiv<Dimensionless> for ViscosityPerArea
impl UnitDiv<Dimensionless> for ViscosityPerArea
Source§type Output = ViscosityPerArea
type Output = ViscosityPerArea
The unit of the quotient.
Source§impl UnitDiv<ReciprocalLength> for ViscosityPerArea
impl UnitDiv<ReciprocalLength> for ViscosityPerArea
Source§type Output = ViscosityPerLength
type Output = ViscosityPerLength
The unit of the quotient.
Source§impl UnitDiv<ViscosityPerArea> for ViscosityPerArea
impl UnitDiv<ViscosityPerArea> for ViscosityPerArea
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the quotient.
Source§impl UnitHalves for ViscosityPerArea
impl UnitHalves for ViscosityPerArea
Source§type First = ViscosityPerArea
type First = ViscosityPerArea
The unit the first half takes.
Source§type Second = ViscosityPerArea
type Second = ViscosityPerArea
The unit the second half takes.
Source§impl UnitMul<Dimensionless> for ViscosityPerArea
impl UnitMul<Dimensionless> for ViscosityPerArea
Source§type Output = ViscosityPerArea
type Output = ViscosityPerArea
The unit of the product.
Source§impl UnitMul<ViscosityPerArea> for Dimensionless
impl UnitMul<ViscosityPerArea> for Dimensionless
Source§type Output = ViscosityPerArea
type Output = ViscosityPerArea
The unit of the product.
Source§impl UnitMul<Volume> for ViscosityPerArea
impl UnitMul<Volume> for ViscosityPerArea
Source§type Output = ForcePerVelocity
type Output = ForcePerVelocity
The unit of the product.
Source§impl UnitSum for ViscosityPerArea
impl UnitSum for ViscosityPerArea
Source§type Output = ViscosityPerArea
type Output = ViscosityPerArea
The unit of the sum.
impl Copy for ViscosityPerArea
impl Eq for ViscosityPerArea
impl StructuralPartialEq for ViscosityPerArea
impl Unit for ViscosityPerArea
Auto Trait Implementations§
impl Freeze for ViscosityPerArea
impl RefUnwindSafe for ViscosityPerArea
impl Send for ViscosityPerArea
impl Sync for ViscosityPerArea
impl Unpin for ViscosityPerArea
impl UnsafeUnpin for ViscosityPerArea
impl UnwindSafe for ViscosityPerArea
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