Struct ddcutil_sys::DDCA_Feature_Value_Entry
[−]
[src]
#[repr(C)]pub struct DDCA_Feature_Value_Entry { pub value_code: u8, pub value_name: *mut c_char, }
an entry of {0, NULL} terminates the list
Fields
value_code: u8
value_name: *mut c_char
Trait Implementations
impl Copy for DDCA_Feature_Value_Entry
[src]
impl Clone for DDCA_Feature_Value_Entry
[src]
fn clone(&self) -> DDCA_Feature_Value_Entry
[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