Struct ddcutil_sys::DDCA_Display_Info
[−]
[src]
#[repr(C)]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
marker: [c_char; 4]
dispno: c_int
path: DDCA_IO_Path
usb_bus: c_int
usb_device: c_int
mfg_id: *const c_char
model_name: *const c_char
sn: *const c_char
edid_bytes: *const u8
dref: DDCA_Display_Ref
Methods
impl DDCA_Display_Info
[src]
pub fn edid_bytes(&self) -> &[u8]
[src]
Trait Implementations
impl Debug for DDCA_Display_Info
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for DDCA_Display_Info
[src]
impl Clone for DDCA_Display_Info
[src]
fn clone(&self) -> DDCA_Display_Info
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more