#[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 u8Implementations§
Trait Implementations§
Source§impl Clone for DDCA_Cap_Vcp
impl Clone for DDCA_Cap_Vcp
Source§fn clone(&self) -> DDCA_Cap_Vcp
fn clone(&self) -> DDCA_Cap_Vcp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DDCA_Cap_Vcp
impl Debug for DDCA_Cap_Vcp
impl Copy for DDCA_Cap_Vcp
Auto Trait Implementations§
impl Freeze for DDCA_Cap_Vcp
impl RefUnwindSafe for DDCA_Cap_Vcp
impl !Send for DDCA_Cap_Vcp
impl !Sync for DDCA_Cap_Vcp
impl Unpin for DDCA_Cap_Vcp
impl UnwindSafe for DDCA_Cap_Vcp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more