Struct ndarray::AxisDescription [] [src]

pub struct AxisDescription(pub Axis, pub Ix, pub Ixs);

Description of the axis, its length and its stride.

Methods

impl AxisDescription
[src]

Return axis

Return length

Return stride

Trait Implementations

impl Debug for AxisDescription
[src]

Formats the value using the given formatter.

impl Copy for AxisDescription
[src]

impl Clone for AxisDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more