pub enum InverseStressUnit {
_Pa,
}Variants§
_Pa
Implementations§
Source§impl InverseStressUnit
impl InverseStressUnit
pub const fn base_per_x_const(self) -> (f64, i32)
Trait Implementations§
Source§impl Clone for InverseStressUnit
impl Clone for InverseStressUnit
Source§fn clone(&self) -> InverseStressUnit
fn clone(&self) -> InverseStressUnit
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 InverseStressUnit
impl Debug for InverseStressUnit
Source§impl Hash for InverseStressUnit
impl Hash for InverseStressUnit
Source§impl PartialEq for InverseStressUnit
impl PartialEq for InverseStressUnit
Source§fn eq(&self, other: &InverseStressUnit) -> bool
fn eq(&self, other: &InverseStressUnit) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PhysicsUnit for InverseStressUnit
impl PhysicsUnit for InverseStressUnit
impl Copy for InverseStressUnit
impl Eq for InverseStressUnit
impl StructuralPartialEq for InverseStressUnit
Auto Trait Implementations§
impl Freeze for InverseStressUnit
impl RefUnwindSafe for InverseStressUnit
impl Send for InverseStressUnit
impl Sync for InverseStressUnit
impl Unpin for InverseStressUnit
impl UnsafeUnpin for InverseStressUnit
impl UnwindSafe for InverseStressUnit
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