Struct edid::EDID [] [src]

pub struct EDID {
    pub header: Header,
    pub display: Display,
    pub descriptors: Vec<Descriptor>,
    // some fields omitted
}

Fields

Trait Implementations

impl Debug for EDID
[src]

Formats the value using the given formatter.

impl PartialEq for EDID
[src]

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

This method tests for !=.