Struct ndarray::StrideShape [] [src]

pub struct StrideShape<D> { /* fields omitted */ }

An array shape of n dimensions in c-order, f-order or custom strides.

Trait Implementations

impl<T, D> From<T> for StrideShape<D> where
    D: Dimension,
    T: ShapeBuilder<Dim = D>, 
[src]

[src]

Performs the conversion.

impl<D: Copy> Copy for StrideShape<D>
[src]

impl<D: Clone> Clone for StrideShape<D>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<D: Debug> Debug for StrideShape<D>
[src]

[src]

Formats the value using the given formatter.