Trait ndarray::DataMut [−][src]
Array representation trait.
For an array with writable elements that can be accessed with safe code.
Internal trait, see Data
.
Implementors
impl<'a, A> DataMut for CowRepr<'a, A> where
A: Clone,
[src]
A: Clone,
impl<'a, A> DataMut for ViewRepr<&'a mut A>
[src]
impl<A> DataMut for OwnedArcRepr<A> where
A: Clone,
[src]
A: Clone,