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