Struct ndarray::OwnedRepr [−][src]
#[repr(C)]pub struct OwnedRepr<A> { /* fields omitted */ }Expand description
Array’s representation.
Don’t use this type directly—use the type alias
Array for the array type!
Trait Implementations
type MaybeUninit = OwnedRepr<MaybeUninit<A>>
type MaybeUninit = OwnedRepr<MaybeUninit<A>>
Corresponding owned data with MaybeUninit elements
Auto Trait Implementations
impl<A> RefUnwindSafe for OwnedRepr<A> where
    A: RefUnwindSafe, 
impl<A> UnwindSafe for OwnedRepr<A> where
    A: RefUnwindSafe, 
Blanket Implementations
Mutably borrows from an owned value. Read more