pub struct Strain<R: RealField>(/* private fields */);Expand description
Strain tensor field $\boldsymbol{\epsilon}$ (Rank 2).
Implementations§
Source§impl<R: RealField> Strain<R>
impl<R: RealField> Strain<R>
pub fn new(tensor: CausalTensor<R>) -> Self
pub fn inner(&self) -> &CausalTensor<R>
pub fn into_inner(self) -> CausalTensor<R>
Trait Implementations§
impl<R: RealField> StructuralPartialEq for Strain<R>
Auto Trait Implementations§
impl<R> Freeze for Strain<R>
impl<R> RefUnwindSafe for Strain<R>where
R: RefUnwindSafe,
impl<R> Send for Strain<R>where
R: Send,
impl<R> Sync for Strain<R>where
R: Sync,
impl<R> Unpin for Strain<R>where
R: Unpin,
impl<R> UnsafeUnpin for Strain<R>
impl<R> UnwindSafe for Strain<R>where
R: UnwindSafe,
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