#[repr(C)]pub struct EVENT_HEADER {
pub Size: USHORT,
pub HeaderType: USHORT,
pub Flags: USHORT,
pub EventProperty: USHORT,
pub ThreadId: ULONG,
pub ProcessId: ULONG,
pub TimeStamp: LARGE_INTEGER,
pub ProviderId: GUID,
pub EventDescriptor: EVENT_DESCRIPTOR,
pub u: EVENT_HEADER_u,
pub ActivityId: GUID,
}
Fields
Size: USHORT
HeaderType: USHORT
Flags: USHORT
EventProperty: USHORT
ThreadId: ULONG
ProcessId: ULONG
TimeStamp: LARGE_INTEGER
ProviderId: GUID
EventDescriptor: EVENT_DESCRIPTOR
u: EVENT_HEADER_u
ActivityId: GUID
Trait Implementations
sourceimpl Clone for EVENT_HEADER
impl Clone for EVENT_HEADER
sourcefn clone(&self) -> EVENT_HEADER
fn clone(&self) -> EVENT_HEADER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for EVENT_HEADER
Auto Trait Implementations
impl RefUnwindSafe for EVENT_HEADER
impl Send for EVENT_HEADER
impl Sync for EVENT_HEADER
impl Unpin for EVENT_HEADER
impl UnwindSafe for EVENT_HEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more