Struct ndarray::OwnedRcRepr [−][src]
pub struct OwnedRcRepr<A>(_);
Expand description
RcArray’s representation.
Don’t use this type directly—use the type alias
RcArray
for the array type!
Trait Implementations
Auto Trait Implementations
impl<A> !RefUnwindSafe for OwnedRcRepr<A>
impl<A> !Send for OwnedRcRepr<A>
impl<A> !Sync for OwnedRcRepr<A>
impl<A> Unpin for OwnedRcRepr<A>
impl<A> UnwindSafe for OwnedRcRepr<A> where
A: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more