Struct ddc_hi::Display [] [src]

pub struct Display {
    pub handle: Handle,
    pub info: DisplayInfo,
    // some fields omitted
}

An active handle to a connected display.

Fields

The inner communication handle used for DDC commands.

Information about the connected display.

Methods

impl Display
[src]

[src]

Create a new display from the specified handle.

Important traits for Vec<u8>
[src]

Enumerate all detected displays.

[src]

Updates the display info with data retrieved from the device's reported capabilities.

[src]

Update some display info.