pub struct Displacement(/* private fields */);Expand description
Displacement field $\mathbf{u}(\mathbf{r})$.
Represents the mechanical displacement vector field or strain tensor components.
Implementations§
Source§impl Displacement
impl Displacement
pub fn new(tensor: CausalTensor<f64>) -> Self
pub fn inner(&self) -> &CausalTensor<f64>
Trait Implementations§
Source§impl Clone for Displacement
impl Clone for Displacement
Source§fn clone(&self) -> Displacement
fn clone(&self) -> Displacement
Returns a duplicate of the value. Read more
1.0.0 · 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 Displacement
impl Debug for Displacement
Source§impl PartialEq for Displacement
impl PartialEq for Displacement
impl StructuralPartialEq for Displacement
Auto Trait Implementations§
impl Freeze for Displacement
impl RefUnwindSafe for Displacement
impl Send for Displacement
impl Sync for Displacement
impl Unpin for Displacement
impl UnwindSafe for Displacement
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