Enum novation_remote_25sl::LeftButton [] [src]

pub enum LeftButton {
    A,
    B,
    C,
    D,
}

The four buttons on the upper left hand side of the controller from top to bottom.

Variants

Trait Implementations

impl Copy for LeftButton
[src]

impl Clone for LeftButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LeftButton
[src]

Formats the value using the given formatter.

impl Hash for LeftButton
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for LeftButton
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for LeftButton
[src]