Enum nixterm::rawterm::ArrowDirection[][src]

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

Variants

Trait Implementations

impl Debug for ArrowDirection
[src]

Formats the value using the given formatter. Read more

impl Copy for ArrowDirection
[src]

impl Clone for ArrowDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations