[][src]Trait ndarray::DataClone

pub unsafe trait DataClone: Data { }

Array representation trait.

An array representation that can be cloned.

Internal trait, see Data.

Implementors

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

impl<A> DataClone for OwnedArcRepr<A>
[src]

impl<A> DataClone for OwnedRepr<A> where
    A: Clone
[src]