pub struct Stiffness(/* private fields */);Expand description
Scalar stiffness (Young’s Modulus, etc.) (Pascals).
Implementations§
Trait Implementations§
Source§impl PartialOrd for Stiffness
impl PartialOrd for Stiffness
impl Copy for Stiffness
impl StructuralPartialEq for Stiffness
Auto Trait Implementations§
impl Freeze for Stiffness
impl RefUnwindSafe for Stiffness
impl Send for Stiffness
impl Sync for Stiffness
impl Unpin for Stiffness
impl UnwindSafe for Stiffness
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