[][src]Trait ndarray::DataOwned

pub unsafe trait DataOwned: Data { }

Array representation trait.

A representation that is a unique or shared owner of its data.

Internal trait, see Data.

Implementors

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

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

Loading content...