pub enum ArrayMut<X> {
StridedMatrix(StridedMatrixMut<X>),
}Variants§
StridedMatrix(StridedMatrixMut<X>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<X> Freeze for ArrayMut<X>
impl<X> RefUnwindSafe for ArrayMut<X>where
X: RefUnwindSafe,
impl<X> Send for ArrayMut<X>
impl<X> !Sync for ArrayMut<X>
impl<X> Unpin for ArrayMut<X>
impl<X> UnwindSafe for ArrayMut<X>where
X: RefUnwindSafe,
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