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