Enum rulinalg::matrix::Axes [] [src]

pub enum Axes {
    Row,
    Col,
}
[]

Matrix dimensions

Variants

[]

The row axis.

[]

The column axis.

Trait Implementations

impl Debug for Axes
[src]

[]

Formats the value using the given formatter.

impl Clone for Axes
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for Axes
[src]