Struct winapi::winevt::EVT_VARIANT [] [src]

pub struct EVT_VARIANT {
    pub u: u64,
    pub Count: DWORD,
    pub Type: DWORD,
}

Fields

u: u64 Count: DWORD Type: DWORD

Trait Implementations

impl Debug for EVT_VARIANT
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for EVT_VARIANT
[src]

impl Clone for EVT_VARIANT
[src]

fn clone(&self) -> EVT_VARIANT

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more