pub struct MatFlat<'a, T, A>{ /* private fields */ }Expand description
Produced by MatSimd::flat, this allow for flat matrix access.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T, A> Freeze for MatFlat<'a, T, A>
impl<'a, T, A> RefUnwindSafe for MatFlat<'a, T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, A> Send for MatFlat<'a, T, A>
impl<'a, T, A> Sync for MatFlat<'a, T, A>
impl<'a, T, A> Unpin for MatFlat<'a, T, A>where
A: Unpin,
impl<'a, T, A> UnwindSafe for MatFlat<'a, T, 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