pub struct Stress(/* private fields */);Expand description
Scalar stress (Pascals), used for simple 1D cases or invariants (Von Mises).
Implementations§
Trait Implementations§
Source§impl PartialOrd for Stress
impl PartialOrd for Stress
impl Copy for Stress
impl StructuralPartialEq for Stress
Auto Trait Implementations§
impl Freeze for Stress
impl RefUnwindSafe for Stress
impl Send for Stress
impl Sync for Stress
impl Unpin for Stress
impl UnsafeUnpin for Stress
impl UnwindSafe for Stress
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