[][src]Trait ndarray::Data

pub unsafe trait Data: RawData { }

Array representation trait.

For an array with elements that can be accessed with safe code.

Internal trait, see RawData.

Implementors

impl<'a, A> Data for CowRepr<'a, A>[src]

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

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

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

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

Loading content...