pub struct ScreenBuilder {
    pub x_size: u16,
    pub y_size: u16,
    pub soft_start: [u8; 3],
    pub vcom: u8,
    pub dummy_line: u8,
    pub gate_line: u8,
    pub entry_mode: EntryMode,
    pub lut_full: [u8; 30],
    pub lut_part: [u8; 30],
}

Fields

x_size: u16y_size: u16soft_start: [u8; 3]vcom: u8dummy_line: u8gate_line: u8entry_mode: EntryModelut_full: [u8; 30]lut_part: [u8; 30]

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.