Struct ddcutil_sys::DDCA_Display_Info [] [src]

pub struct DDCA_Display_Info {
    pub marker: [c_char; 4],
    pub dispno: c_int,
    pub path: DDCA_IO_Path,
    pub usb_bus: c_int,
    pub usb_device: c_int,
    pub mfg_id: *const c_char,
    pub model_name: *const c_char,
    pub sn: *const c_char,
    pub edid_bytes: *const u8,
    pub dref: DDCA_Display_Ref,
}

Fields

Methods

impl DDCA_Display_Info
[src]

[src]

Trait Implementations

impl Debug for DDCA_Display_Info
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Copy for DDCA_Display_Info
[src]

impl Clone for DDCA_Display_Info
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more