Enum hd44780_hal::Direction[][src]

pub enum Direction {
    Left,
    Right,
}

Used in the direction argument for shifting the cursor and the display

Variants

Auto Trait Implementations

impl Send for Direction

impl Sync for Direction