Struct ndarray::StrideShape [−][src]
pub struct StrideShape<D> { /* fields omitted */ }
Expand description
An array shape of n dimensions in c-order, f-order or custom strides.
Trait Implementations
Auto Trait Implementations
impl<D> RefUnwindSafe for StrideShape<D> where
D: RefUnwindSafe,
impl<D> Send for StrideShape<D> where
D: Send,
impl<D> Sync for StrideShape<D> where
D: Sync,
impl<D> Unpin for StrideShape<D> where
D: Unpin,
impl<D> UnwindSafe for StrideShape<D> where
D: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more