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