Enum noughts_and_crosses_lib::movement::Movement[][src]

pub enum Movement {
    Left,
    Right,
    Up,
    Down,
    Place,
    None,
}

Variants

Trait Implementations

impl Copy for Movement
[src]

impl Clone for Movement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Movement

impl Sync for Movement