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]

[src]

Return axis

[src]

Return length

[src]

Return stride

Trait Implementations

impl Debug for AxisDescription
[src]

[src]

Formats the value using the given formatter.

impl Copy for AxisDescription
[src]

impl Clone for AxisDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more