[][src]Trait tract_hir::internal::tract_ndarray::DataMut

pub unsafe trait DataMut: RawDataMut + Data { }

Array representation trait.

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

Internal trait, see Data.

Implementors

impl<'a, A> DataMut for CowRepr<'a, A> where
    A: Clone
[src]

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]

Loading content...