Enum pxl::Button[][src]

pub enum Button {
    Left,
    Right,
    Up,
    Down,
    Action,
}

Variants

Trait Implementations

impl Copy for Button
[src]

impl Clone for Button
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Button
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Button

impl Sync for Button