pub struct ForcePerLength;Expand description
A force per unit length, as a stiffness is.
Implementations§
Source§impl ForcePerLength
impl ForcePerLength
Sourcepub const fn newtons_per_meter(value: TensorRank0) -> Quantity<ForcePerLength>
pub const fn newtons_per_meter(value: TensorRank0) -> Quantity<ForcePerLength>
A quantity of newtons per metre.
Sourcepub const fn piconewtons_per_nanometer(
value: TensorRank0,
) -> Quantity<ForcePerLength>
pub const fn piconewtons_per_nanometer( value: TensorRank0, ) -> Quantity<ForcePerLength>
A quantity of piconewtons per nanometre.
Trait Implementations§
Source§impl Clone for ForcePerLength
impl Clone for ForcePerLength
Source§fn clone(&self) -> ForcePerLength
fn clone(&self) -> ForcePerLength
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 ForcePerLength
impl Debug for ForcePerLength
Source§impl PartialEq for ForcePerLength
impl PartialEq for ForcePerLength
Source§fn eq(&self, other: &ForcePerLength) -> bool
fn eq(&self, other: &ForcePerLength) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl UnitDiv<Area> for ForcePerLength
impl UnitDiv<Area> for ForcePerLength
Source§type Output = StressPerLength
type Output = StressPerLength
The unit of the quotient.
Source§impl UnitDiv<Dimensionless> for ForcePerLength
impl UnitDiv<Dimensionless> for ForcePerLength
Source§type Output = ForcePerLength
type Output = ForcePerLength
The unit of the quotient.
Source§impl UnitDiv<Energy> for ForcePerLength
impl UnitDiv<Energy> for ForcePerLength
Source§type Output = ReciprocalArea
type Output = ReciprocalArea
The unit of the quotient.
Source§impl UnitDiv<ForcePerLength> for ForcePerLength
impl UnitDiv<ForcePerLength> for ForcePerLength
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the quotient.
Source§impl UnitDiv<ForcePerLength> for Stress
impl UnitDiv<ForcePerLength> for Stress
Source§type Output = ReciprocalLength
type Output = ReciprocalLength
The unit of the quotient.
Source§impl UnitDiv<ReciprocalArea> for ForcePerLength
impl UnitDiv<ReciprocalArea> for ForcePerLength
Source§impl UnitDiv<ReciprocalLength> for ForcePerLength
impl UnitDiv<ReciprocalLength> for ForcePerLength
Source§impl UnitDiv<Volume> for ForcePerLength
impl UnitDiv<Volume> for ForcePerLength
Source§type Output = StressPerArea
type Output = StressPerArea
The unit of the quotient.
Source§impl UnitHalves for ForcePerLength
impl UnitHalves for ForcePerLength
Source§type First = ForcePerLength
type First = ForcePerLength
The unit the first half takes.
Source§type Second = ForcePerLength
type Second = ForcePerLength
The unit the second half takes.
Source§impl UnitInv for ForcePerLength
impl UnitInv for ForcePerLength
Source§type Output = ReciprocalForcePerLength
type Output = ReciprocalForcePerLength
The unit of the inverse.
Source§impl UnitMul<Dimensionless> for ForcePerLength
impl UnitMul<Dimensionless> for ForcePerLength
Source§type Output = ForcePerLength
type Output = ForcePerLength
The unit of the product.
Source§impl UnitMul<ForcePerLength> for Dimensionless
impl UnitMul<ForcePerLength> for Dimensionless
Source§type Output = ForcePerLength
type Output = ForcePerLength
The unit of the product.
Source§impl UnitMul<ForcePerLength> for ReciprocalLength
impl UnitMul<ForcePerLength> for ReciprocalLength
Source§impl UnitMul<ReciprocalLength> for ForcePerLength
impl UnitMul<ReciprocalLength> for ForcePerLength
Source§impl UnitSum for ForcePerLength
impl UnitSum for ForcePerLength
Source§type Output = ForcePerLength
type Output = ForcePerLength
The unit of the sum.
impl Copy for ForcePerLength
impl Eq for ForcePerLength
impl StructuralPartialEq for ForcePerLength
impl Unit for ForcePerLength
Auto Trait Implementations§
impl Freeze for ForcePerLength
impl RefUnwindSafe for ForcePerLength
impl Send for ForcePerLength
impl Sync for ForcePerLength
impl Unpin for ForcePerLength
impl UnsafeUnpin for ForcePerLength
impl UnwindSafe for ForcePerLength
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