Enum mon_artist::directions::Turn [] [src]

pub enum Turn {
    CW,
    CCW,
}

A turn chooses between clockwise (CW) and counter-clockwise (CCW).

Variants

Clockwise

Counter-clockwise

Methods

impl Turn
[src]

Trait Implementations

impl PartialEq for Turn
[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 Turn
[src]

impl Copy for Turn
[src]

impl Clone for Turn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Turn
[src]

Formats the value using the given formatter.