Enum uinput::event::relative::Position [] [src]

pub enum Position {
    X,
    Y,
    Z,
    RX,
    RY,
    RZ,
}

Variants

Methods

impl Position

Trait Implementations

impl Clone for Position

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Position

impl PartialEq for Position

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 Position

impl Hash for Position

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

1.3.0
[src]

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

impl Debug for Position

Formats the value using the given formatter.

impl Into<Event> for Position
[src]

[src]

Performs the conversion.

impl Position for Position
[src]

impl Kind for Position
[src]

[src]

Get the event type.

impl Code for Position
[src]

[src]

Get the event code.