#[repr(C)]pub struct val_context {
pub valuelen: c_int,
pub value_context: LPVOID,
pub val_buff_ptr: LPVOID,
}
Fields§
§valuelen: c_int
§value_context: LPVOID
§val_buff_ptr: LPVOID
Trait Implementations§
Source§impl Clone for val_context
impl Clone for val_context
Source§fn clone(&self) -> val_context
fn clone(&self) -> val_context
Returns a copy 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 val_context
impl Debug for val_context
Source§impl Ord for val_context
impl Ord for val_context
Source§fn cmp(&self, other: &val_context) -> Ordering
fn cmp(&self, other: &val_context) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for val_context
impl PartialEq for val_context
Source§impl PartialOrd for val_context
impl PartialOrd for val_context
impl Copy for val_context
impl Eq for val_context
impl StructuralPartialEq for val_context
Auto Trait Implementations§
impl Freeze for val_context
impl RefUnwindSafe for val_context
impl !Send for val_context
impl !Sync for val_context
impl Unpin for val_context
impl UnwindSafe for val_context
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