Struct ndarray::StrideShape
[−]
[src]
pub struct StrideShape<D> { /* fields omitted */ }
An array shape of n dimensions c-order, f-order or custom strides.
Trait Implementations
impl<D> From<D> for StrideShape<D> where D: Dimension
[src]
fn from(d: D) -> Self
Performs the conversion.
impl<D> From<Shape<D>> for StrideShape<D> where D: Dimension
[src]
impl<D: Copy> Copy for StrideShape<D>
[src]
impl<D: Clone> Clone for StrideShape<D>
[src]
fn clone(&self) -> StrideShape<D>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more