[][src]Trait ndarray::DataMut

pub unsafe trait DataMut: Data { }

Array representation trait.

For an array with writable elements.

Internal trait, see Data.

Implementors

impl<'a, A> DataMut for ViewRepr<&'a mut A>
[src]

impl<A> DataMut for OwnedArcRepr<A> where
    A: Clone
[src]

impl<A> DataMut for OwnedRepr<A>
[src]