Enum stl_parser::Axis [] [src]

pub enum Axis {
    X,
    Y,
    Z,
}

Coordinate helper

Variants

Trait Implementations

impl Debug for Axis
[src]

Formats the value using the given formatter.

impl Clone for Axis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more