Struct edid::Header [] [src]

pub struct Header {
    pub vendor: [char; 3],
    pub product: u16,
    pub serial: u32,
    pub week: u8,
    pub year: u8,
    pub version: u8,
    pub revision: u8,
}

Fields

Trait Implementations

impl Debug for Header
[src]

Formats the value using the given formatter.

impl PartialEq for Header
[src]

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

This method tests for !=.