Struct ddcutil_sys::DDCA_Any_Vcp_Value
[−]
[src]
#[repr(C)]pub struct DDCA_Any_Vcp_Value { pub opcode: DDCA_Vcp_Feature_Code, pub value_type: DDCA_Vcp_Value_Type, pub _val_union: _DDCA_Table_Value, }
Fields
opcode: DDCA_Vcp_Feature_Code
value_type: DDCA_Vcp_Value_Type
_val_union: _DDCA_Table_Value
Methods
impl DDCA_Any_Vcp_Value
[src]
pub unsafe fn c_nc(&self) -> &DDCA_Non_Table_Value
[src]
pub unsafe fn t(&self) -> &_DDCA_Table_Value
[src]
Trait Implementations
impl Copy for DDCA_Any_Vcp_Value
[src]
impl Clone for DDCA_Any_Vcp_Value
[src]
fn clone(&self) -> DDCA_Any_Vcp_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