Struct ndarray::OwnedArcRepr
source · pub struct OwnedArcRepr<A>(_);
Expand description
ArcArray’s representation.
Don’t use this type directly—use the type alias
ArcArray
for the array type!
Trait Implementations§
source§impl<A> Clone for OwnedArcRepr<A>
impl<A> Clone for OwnedArcRepr<A>
source§impl<A> DataOwned for OwnedArcRepr<A>
impl<A> DataOwned for OwnedArcRepr<A>
§type MaybeUninit = OwnedArcRepr<MaybeUninit<A>>
type MaybeUninit = OwnedArcRepr<MaybeUninit<A>>
Corresponding owned data with MaybeUninit elements
source§impl<A: Debug> Debug for OwnedArcRepr<A>
impl<A: Debug> Debug for OwnedArcRepr<A>
source§impl<A, B> RawDataSubst<B> for OwnedArcRepr<A>
impl<A, B> RawDataSubst<B> for OwnedArcRepr<A>
§type Output = OwnedArcRepr<B>
type Output = OwnedArcRepr<B>
The resulting array storage of the same kind but substituted element type
source§unsafe fn data_subst(self) -> Self::Output
unsafe fn data_subst(self) -> Self::Output
Unsafely translate the data representation from one element
representation to another. Read more