Struct ddcutil_sys::DDCA_Cap_Vcp
[−]
[src]
#[repr(C)]pub struct DDCA_Cap_Vcp { pub marker: [c_char; 4], pub feature_code: DDCA_Vcp_Feature_Code, pub value_ct: c_int, pub values: *mut u8, }
Fields
marker: [c_char; 4]
feature_code: DDCA_Vcp_Feature_Code
value_ct: c_int
values: *mut u8
Methods
impl DDCA_Cap_Vcp
[src]
Trait Implementations
impl Copy for DDCA_Cap_Vcp
[src]
impl Clone for DDCA_Cap_Vcp
[src]
fn clone(&self) -> DDCA_Cap_Vcp
[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