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