Struct ndarray::ViewRepr [−][src]
pub struct ViewRepr<A> { /* fields omitted */ }
Expand description
Array view’s representation.
Don’t use this type directly—use the type aliases
ArrayView
/ ArrayViewMut
for the array type!
Trait Implementations
Auto Trait Implementations
impl<A> RefUnwindSafe for ViewRepr<A> where
A: RefUnwindSafe,
impl<A> UnwindSafe for ViewRepr<A> where
A: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more