Struct edid::Display [] [src]

pub struct Display {
    pub video_input: u8,
    pub width: u8,
    pub height: u8,
    pub gamma: u8,
    pub features: u8,
}

Fields

Trait Implementations

impl Debug for Display
[src]

Formats the value using the given formatter.

impl PartialEq for Display
[src]

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

This method tests for !=.