#[repr(C)]
pub struct TRACE_EVENT_INFO {
Show 20 fields pub ProviderGuid: GUID, pub EventGuid: GUID, pub EventDescriptor: EVENT_DESCRIPTOR, pub DecodingSource: DECODING_SOURCE, pub ProviderNameOffset: u32, pub LevelNameOffset: u32, pub ChannelNameOffset: u32, pub KeywordsNameOffset: u32, pub TaskNameOffset: u32, pub OpcodeNameOffset: u32, pub EventMessageOffset: u32, pub ProviderMessageOffset: u32, pub BinaryXMLOffset: u32, pub BinaryXMLSize: u32, pub Anonymous1: TRACE_EVENT_INFO_0, pub Anonymous2: TRACE_EVENT_INFO_1, pub PropertyCount: u32, pub TopLevelPropertyCount: u32, pub Anonymous3: TRACE_EVENT_INFO_2, pub EventPropertyInfoArray: [EVENT_PROPERTY_INFO; 1],
}
Expand description

Required features: "Win32_System_Diagnostics_Etw"

Fields

ProviderGuid: GUIDEventGuid: GUIDEventDescriptor: EVENT_DESCRIPTORDecodingSource: DECODING_SOURCEProviderNameOffset: u32LevelNameOffset: u32ChannelNameOffset: u32KeywordsNameOffset: u32TaskNameOffset: u32OpcodeNameOffset: u32EventMessageOffset: u32ProviderMessageOffset: u32BinaryXMLOffset: u32BinaryXMLSize: u32Anonymous1: TRACE_EVENT_INFO_0Anonymous2: TRACE_EVENT_INFO_1PropertyCount: u32TopLevelPropertyCount: u32Anonymous3: TRACE_EVENT_INFO_2EventPropertyInfoArray: [EVENT_PROPERTY_INFO; 1]

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.