pub enum StressUnit {
Pa,
kPa,
bar,
MPa,
GPa,
psi,
}Variants§
Trait Implementations§
Source§impl Clone for StressUnit
impl Clone for StressUnit
Source§fn clone(&self) -> StressUnit
fn clone(&self) -> StressUnit
Returns a duplicate of the value. Read more
1.0.0 · 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 StressUnit
impl Debug for StressUnit
Source§impl PartialEq for StressUnit
impl PartialEq for StressUnit
Source§impl PhysicsUnit for StressUnit
impl PhysicsUnit for StressUnit
Source§impl QuantityArray1<StressUnit> for Array1<Stress>
impl QuantityArray1<StressUnit> for Array1<Stress>
Source§impl QuantityArray2<StressUnit> for Array2<Stress>
impl QuantityArray2<StressUnit> for Array2<Stress>
impl Copy for StressUnit
impl StructuralPartialEq for StressUnit
Auto Trait Implementations§
impl Freeze for StressUnit
impl RefUnwindSafe for StressUnit
impl Send for StressUnit
impl Sync for StressUnit
impl Unpin for StressUnit
impl UnwindSafe for StressUnit
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