Enum pwr_hd44780::Font [] [src]

pub enum Font {
    Font5x8,
    Font5x10,
}

Variants

Trait Implementations

impl Copy for Font
[src]

impl Clone for Font
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Font
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.