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