Struct ndarray::StrideShape [] [src]

pub struct StrideShape<D> {
    // some 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]

fn from(shape: Shape<D>) -> Self

Performs the conversion.

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

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