Struct ddcutil_sys::DDCA_Non_Table_Value 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct DDCA_Non_Table_Value { pub mh: u8, pub ml: u8, pub sh: u8, pub sl: u8, }
Fields
mh: u8
                           
                           
                           
                           ml: u8
                           
                           
                           
                           sh: u8
                           
                           
                           
                           sl: u8
                           
                    Methods
impl DDCA_Non_Table_Value[src]
            Trait Implementations
impl Copy for DDCA_Non_Table_Value[src]
impl Clone for DDCA_Non_Table_Value[src]
fn clone(&self) -> DDCA_Non_Table_Value[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