Enum elmesque::element::Direction [−] [src]

pub enum Direction {
    Up,
    Down,
    Left,
    Right,
    In,
    Out,
}

The direction for a flow of Elements.

Variants

Up
Down
Left
Right
In
Out

Trait Implementations

Derived Implementations

impl Debug for Direction

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Direction

fn clone(&self) -> Direction

fn clone_from(&mut self, source: &Self)

impl Copy for Direction