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