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

Trait Implementations

impl Copy for DDCA_Feature_Value_Entry
[src]

impl Clone for DDCA_Feature_Value_Entry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DDCA_Feature_Value_Entry
[src]

[src]

Formats the value using the given formatter. Read more