pub struct SecondaryCreepModel {
pub norton: NortonCreep,
}Expand description
Secondary (steady-state) creep stage — delegates to NortonCreep.
This is a thin wrapper that represents the constant-rate stage.
Fields§
§norton: NortonCreepUnderlying Norton power-law parameters.
Implementations§
Source§impl SecondaryCreepModel
impl SecondaryCreepModel
Auto Trait Implementations§
impl Freeze for SecondaryCreepModel
impl RefUnwindSafe for SecondaryCreepModel
impl Send for SecondaryCreepModel
impl Sync for SecondaryCreepModel
impl Unpin for SecondaryCreepModel
impl UnsafeUnpin for SecondaryCreepModel
impl UnwindSafe for SecondaryCreepModel
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