pub struct MatrixQuartet<'a> { /* private fields */ }Expand description
Helper structure for working with matrix quartets
This provides convenient access to the E, F, H, and TMP vectors at a specific matrix position.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MatrixQuartet<'a>
impl<'a> RefUnwindSafe for MatrixQuartet<'a>
impl<'a> Send for MatrixQuartet<'a>
impl<'a> Sync for MatrixQuartet<'a>
impl<'a> Unpin for MatrixQuartet<'a>
impl<'a> UnsafeUnpin for MatrixQuartet<'a>
impl<'a> !UnwindSafe for MatrixQuartet<'a>
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