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

pub enum DPad {
    Up,
    Down,
    Left,
    Right,
}

Variants

Methods

impl DPad

Trait Implementations

impl Clone for DPad

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DPad

impl PartialEq for DPad

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 DPad

impl Hash for DPad

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 DPad

Formats the value using the given formatter.

impl Into<Event> for DPad
[src]

[src]

Performs the conversion.

impl Press for DPad
[src]

impl Release for DPad
[src]

impl Kind for DPad
[src]

[src]

Get the event type.

impl Code for DPad
[src]

[src]

Get the event code.