#[repr(C)]pub struct DDCA_Feature_Value_Entry {
pub value_code: u8,
pub value_name: *mut c_char,
}Expand description
an entry of {0, NULL} terminates the list
Fields§
§value_code: u8§value_name: *mut c_charTrait Implementations§
Source§impl Clone for DDCA_Feature_Value_Entry
impl Clone for DDCA_Feature_Value_Entry
Source§fn clone(&self) -> DDCA_Feature_Value_Entry
fn clone(&self) -> DDCA_Feature_Value_Entry
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_Feature_Value_Entry
impl Debug for DDCA_Feature_Value_Entry
impl Copy for DDCA_Feature_Value_Entry
Auto Trait Implementations§
impl Freeze for DDCA_Feature_Value_Entry
impl RefUnwindSafe for DDCA_Feature_Value_Entry
impl !Send for DDCA_Feature_Value_Entry
impl !Sync for DDCA_Feature_Value_Entry
impl Unpin for DDCA_Feature_Value_Entry
impl UnwindSafe for DDCA_Feature_Value_Entry
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