#[repr(C)]pub struct EVT_VARIANT {
pub u: EVT_VARIANT_u,
pub Count: DWORD,
pub Type: DWORD,
}
Fields§
§u: EVT_VARIANT_u
§Count: DWORD
§Type: DWORD
Trait Implementations§
Source§impl Clone for EVT_VARIANT
impl Clone for EVT_VARIANT
Source§fn clone(&self) -> EVT_VARIANT
fn clone(&self) -> EVT_VARIANT
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 Default for EVT_VARIANT
impl Default for EVT_VARIANT
Source§fn default() -> EVT_VARIANT
fn default() -> EVT_VARIANT
Returns the “default value” for a type. Read more
impl Copy for EVT_VARIANT
Auto Trait Implementations§
impl Freeze for EVT_VARIANT
impl RefUnwindSafe for EVT_VARIANT
impl Send for EVT_VARIANT
impl Sync for EVT_VARIANT
impl Unpin for EVT_VARIANT
impl UnwindSafe for EVT_VARIANT
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