#[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: GUIDTrait Implementations§
Source§impl Clone for EVENT_HEADER
impl Clone for EVENT_HEADER
Source§fn clone(&self) -> EVENT_HEADER
fn clone(&self) -> EVENT_HEADER
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 EVENT_HEADER
impl Default for EVENT_HEADER
Source§fn default() -> EVENT_HEADER
fn default() -> EVENT_HEADER
Returns the “default value” for a type. Read more
impl Copy for EVENT_HEADER
Auto Trait Implementations§
impl Freeze for EVENT_HEADER
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§
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