pub struct HallPetch;Expand description
Hall-Petch grain-boundary strengthening model.
Implementations§
Auto Trait Implementations§
impl Freeze for HallPetch
impl RefUnwindSafe for HallPetch
impl Send for HallPetch
impl Sync for HallPetch
impl Unpin for HallPetch
impl UnsafeUnpin for HallPetch
impl UnwindSafe for HallPetch
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