Trait ndarray::RawDataClone [−][src]
Array representation trait.
An array representation that can be cloned.
Internal trait, see RawData
.
Implementors
impl<'a, A> RawDataClone for CowRepr<'a, A> where
A: Clone,
[src]
A: Clone,
impl<'a, A> RawDataClone for ViewRepr<&'a A>
[src]
impl<A> RawDataClone for OwnedArcRepr<A>
[src]
impl<A> RawDataClone for OwnedRepr<A> where
A: Clone,
[src]
A: Clone,
unsafe fn clone_with_ptr(
&self,
ptr: NonNull<Self::Elem>
) -> (Self, NonNull<Self::Elem>)
[src]
&self,
ptr: NonNull<Self::Elem>
) -> (Self, NonNull<Self::Elem>)
unsafe fn clone_from_with_ptr(
&mut self,
other: &Self,
ptr: NonNull<Self::Elem>
) -> NonNull<Self::Elem>
[src]
&mut self,
other: &Self,
ptr: NonNull<Self::Elem>
) -> NonNull<Self::Elem>