#[repr(C)]
pub struct EVENT_RECORD { pub EventHeader: EVENT_HEADER, pub BufferContext: ETW_BUFFER_CONTEXT, pub ExtendedDataCount: u16, pub UserDataLength: u16, pub ExtendedData: *mut EVENT_HEADER_EXTENDED_DATA_ITEM, pub UserData: *mut c_void, pub UserContext: *mut c_void, }
Expand description

Required features: "Win32_System_Diagnostics_Etw"

Fields

EventHeader: EVENT_HEADERBufferContext: ETW_BUFFER_CONTEXTExtendedDataCount: u16UserDataLength: u16ExtendedData: *mut EVENT_HEADER_EXTENDED_DATA_ITEMUserData: *mut c_voidUserContext: *mut c_void

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.