Struct ddcutil_sys::_DDCA_Table_Value
[−]
[src]
#[repr(C)]pub struct _DDCA_Table_Value { pub bytes: *mut u8, pub bytect: u16, }
Fields
bytes: *mut u8
bytect: u16
Methods
impl _DDCA_Table_Value
[src]
Trait Implementations
impl Copy for _DDCA_Table_Value
[src]
impl Clone for _DDCA_Table_Value
[src]
fn clone(&self) -> _DDCA_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