Struct feanor_math::matrix::MatrixDisplayWrapper
source · pub struct MatrixDisplayWrapper<'a, R, M>{ /* private fields */ }Expand description
A wrapper for a reference to Matrix that implements std::fmt::Display to write the matrix.
Trait Implementations§
Auto Trait Implementations§
impl<'a, R, M> Freeze for MatrixDisplayWrapper<'a, R, M>
impl<'a, R, M> RefUnwindSafe for MatrixDisplayWrapper<'a, R, M>
impl<'a, R, M> Send for MatrixDisplayWrapper<'a, R, M>
impl<'a, R, M> Sync for MatrixDisplayWrapper<'a, R, M>
impl<'a, R, M> Unpin for MatrixDisplayWrapper<'a, R, M>
impl<'a, R, M> UnwindSafe for MatrixDisplayWrapper<'a, R, M>
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