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