pub enum SmaPhase {
Martensite,
Austenite,
Mixed,
}Expand description
Phase of a shape memory alloy.
Variants§
Martensite
Fully martensitic (low temperature, high martensite fraction).
Austenite
Fully austenitic (high temperature, low martensite fraction).
Mixed
Mixed phase transformation region.
Trait Implementations§
impl Copy for SmaPhase
impl StructuralPartialEq for SmaPhase
Auto Trait Implementations§
impl Freeze for SmaPhase
impl RefUnwindSafe for SmaPhase
impl Send for SmaPhase
impl Sync for SmaPhase
impl Unpin for SmaPhase
impl UnsafeUnpin for SmaPhase
impl UnwindSafe for SmaPhase
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