Enum e2rcore::implement::math::bound::Axis [] [src]

pub enum Axis {
    X,
    Y,
    Z,
}

Variants

Trait Implementations

impl Debug for Axis
[src]

[src]

Formats the value using the given formatter.

impl Clone for Axis
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more