Enum stick::Throttle [] [src]

pub enum Throttle {
    MainX,
    MainY,
    PovX,
    PovY,
    L,
    R,
    Unknown,
}

The Throttle.

Variants

Main X

Main Y

POV X

POV Y

Left Throttle (L)

Right (Precision) Throttle (R)

Unknown Throttle

Trait Implementations

impl PartialEq for Throttle
[src]

[src]

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 Copy for Throttle
[src]

impl Clone for Throttle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more