Trait DataMut
ndarray
pub unsafe trait DataMut: Data { }
Array representation trait.
For an array with writable elements.
Internal trait, see Data.
Data
impl<'a, A> DataMut for ViewRepr<&'a mut A>
impl<A> DataMut for OwnedArcRepr<A> where A: Clone,
fn ensure_unique<D>(self_: &mut ArrayBase<Self, D>) where Self: Sized, D: Dimension,
fn is_unique(&mut self) -> bool
impl<A> DataMut for OwnedRepr<A>