Struct pwr_hd44780::Properties [] [src]

pub struct Properties {
    pub height: usize,
    pub width: usize,
    pub font: Font,
}

Fields

Trait Implementations

impl Copy for Properties
[src]

impl Clone for Properties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more