Trait DataClone
ndarray
pub unsafe trait DataClone: Data { }
Array representation trait.
An array representation that can be cloned.
Internal trait, see Data.
Data
impl<'a, A> DataClone for ViewRepr<&'a A>
unsafe fn clone_with_ptr(&self, ptr: *mut Self::Elem) -> (Self, *mut Self::Elem)
impl<A> DataClone for OwnedArcRepr<A>
impl<A> DataClone for OwnedRepr<A> where A: Clone,
unsafe fn clone_from_with_ptr( &mut self, other: &Self, ptr: *mut Self::Elem) -> *mut Self::Elem