Struct ddcutil_sys::DDCA_Adlno 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct DDCA_Adlno { pub iAdapterIndex: c_int, pub iDisplayIndex: c_int, }
Fields
iAdapterIndex: c_int
                           
                           
                           
                           iDisplayIndex: c_int
                           
            Trait Implementations
impl Copy for DDCA_Adlno[src]
impl Clone for DDCA_Adlno[src]
fn clone(&self) -> DDCA_Adlno[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