Enum novation_remote_25sl::Axis [] [src]

pub enum Axis {
    X,
    Y,
}

Axes on which the TouchPad can output values.

Variants

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 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 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 Eq for Axis
[src]