Enum lcd::FunctionMode [] [src]

pub enum FunctionMode {
    Bit4,
    Bit8,
}

Variants

Send data 4 bits at the time

Send data 8 bits at the time

Trait Implementations

impl Copy for FunctionMode
[src]

impl Clone for FunctionMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FunctionMode
[src]

[src]

Formats the value using the given formatter.