pub enum PuckFfMode {
None,
Tension,
Compression,
}Expand description
Puck fiber fracture (FF) mode indicator.
Variants§
None
No fiber fracture.
Tension
Fiber fracture in tension (σ₁ > 0).
Compression
Fiber fracture in compression (σ₁ < 0) — kinking / splitting.
Trait Implementations§
Source§impl Clone for PuckFfMode
impl Clone for PuckFfMode
Source§fn clone(&self) -> PuckFfMode
fn clone(&self) -> PuckFfMode
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 PuckFfMode
impl Debug for PuckFfMode
Source§impl PartialEq for PuckFfMode
impl PartialEq for PuckFfMode
Source§fn eq(&self, other: &PuckFfMode) -> bool
fn eq(&self, other: &PuckFfMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PuckFfMode
impl StructuralPartialEq for PuckFfMode
Auto Trait Implementations§
impl Freeze for PuckFfMode
impl RefUnwindSafe for PuckFfMode
impl Send for PuckFfMode
impl Sync for PuckFfMode
impl Unpin for PuckFfMode
impl UnsafeUnpin for PuckFfMode
impl UnwindSafe for PuckFfMode
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