pub enum PuckIffMode {
None,
ModeA,
ModeB,
ModeC,
}Expand description
Puck inter-fiber fracture (IFF) mode.
Variants§
None
No IFF.
ModeA
Mode A — transverse tension fracture plane ψ = 0°.
ModeB
Mode B — in-plane shear dominated, fracture angle ψ ≈ 0°.
ModeC
Mode C — transverse compression + shear, oblique fracture plane.
Trait Implementations§
Source§impl Clone for PuckIffMode
impl Clone for PuckIffMode
Source§fn clone(&self) -> PuckIffMode
fn clone(&self) -> PuckIffMode
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 PuckIffMode
impl Debug for PuckIffMode
Source§impl PartialEq for PuckIffMode
impl PartialEq for PuckIffMode
Source§fn eq(&self, other: &PuckIffMode) -> bool
fn eq(&self, other: &PuckIffMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PuckIffMode
impl StructuralPartialEq for PuckIffMode
Auto Trait Implementations§
impl Freeze for PuckIffMode
impl RefUnwindSafe for PuckIffMode
impl Send for PuckIffMode
impl Sync for PuckIffMode
impl Unpin for PuckIffMode
impl UnsafeUnpin for PuckIffMode
impl UnwindSafe for PuckIffMode
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