Enum pxl::ButtonState[][src]

pub enum ButtonState {
    Down,
    Up,
}

Variants

Trait Implementations

impl Copy for ButtonState
[src]

impl Clone for ButtonState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ButtonState
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ButtonState

impl Sync for ButtonState