Enum uinput::event::controller::JoyStick [] [src]

pub enum JoyStick {
    Trigger,
    Thumb,
    Thumb2,
    Top,
    Top2,
    Pinkie,
    Base,
    Base2,
    Base3,
    Base4,
    Base5,
    Base6,
    Dead,
}

Variants

Methods

impl JoyStick

Trait Implementations

impl Clone for JoyStick

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for JoyStick

impl PartialEq for JoyStick

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 JoyStick

impl Hash for JoyStick

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 JoyStick

Formats the value using the given formatter.

impl Into<Event> for JoyStick
[src]

[src]

Performs the conversion.

impl Press for JoyStick
[src]

impl Release for JoyStick
[src]

impl Kind for JoyStick
[src]

[src]

Get the event type.

impl Code for JoyStick
[src]

[src]

Get the event code.