Enum utah::util::types::UtahAxis [] [src]

pub enum UtahAxis {
    Row,
    Column,
}

Variants

Trait Implementations

impl Clone for UtahAxis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UtahAxis
[src]

Formats the value using the given formatter.

impl Copy for UtahAxis
[src]