Enum lib2048::Control[][src]

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

Variants

Trait Implementations

impl Copy for Control
[src]

impl Clone for Control
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Control
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Control

impl Sync for Control