Enum acacia::partition::cubemap::Axis [] [src]

pub enum Axis {
    X,
    Y,
    Z,
}

A coordinate axis

Variants

X-axis

Y-axis

Z-axis

Trait Implementations

impl Copy for Axis
[src]

impl Clone for Axis
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Axis
[src]

Formats the value using the given formatter.

impl PartialEq for Axis
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Axis
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Axis
[src]