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

pub enum Wheel {
    Horizontal,
    Dial,
    Vertical,
}

Variants

Methods

impl Wheel

Trait Implementations

impl Clone for Wheel

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Wheel

impl PartialEq for Wheel

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 Wheel

impl Hash for Wheel

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 Wheel

Formats the value using the given formatter.

impl Into<Event> for Wheel
[src]

[src]

Performs the conversion.

impl Position for Wheel
[src]

impl Kind for Wheel
[src]

[src]

Get the event type.

impl Code for Wheel
[src]

[src]

Get the event code.