Enum uinput::event::absolute::Hat [] [src]

pub enum Hat {
    X0,
    Y0,
    X1,
    Y1,
    X2,
    Y2,
    X3,
    Y3,
}

Variants

Methods

impl Hat

Trait Implementations

impl Clone for Hat

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Hat

impl PartialEq for Hat

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 Hat

impl Hash for Hat

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 Hat

Formats the value using the given formatter.

impl Into<Event> for Hat
[src]

[src]

Performs the conversion.

impl Position for Hat
[src]

impl Kind for Hat
[src]

[src]

Get the event type.

impl Code for Hat
[src]

[src]

Get the event code.