Enum conrod::position::Axis [] [src]

pub enum Axis {
    X,
    Y,
}

Represents either Axis in the 2-dimensional plane.

Variants

The horizontal plane's Axis.

The vertical plane's Axis.

Trait Implementations

impl Copy for Axis
[src]

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

impl Debug for Axis
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Axis
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Axis
[src]