Enum lcd::Command [] [src]

pub enum Command {
    ClearDisplay,
    ReturnHome,
    EntryModeSet,
    DisplayControl,
    CursorShift,
    FunctionSet,
    SetCGRamAddr,
    SetDDRamAddr,
}

Variants

Trait Implementations

impl Copy for Command
[src]

impl Clone for Command
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Command
[src]

[src]

Formats the value using the given formatter.