#[repr(C)]
pub struct EVENT_TRACE_PROPERTIES_V2 {
Show 22 fields pub Wnode: WNODE_HEADER, pub BufferSize: u32, pub MinimumBuffers: u32, pub MaximumBuffers: u32, pub MaximumFileSize: u32, pub LogFileMode: u32, pub FlushTimer: u32, pub EnableFlags: EVENT_TRACE_FLAG, pub Anonymous1: EVENT_TRACE_PROPERTIES_V2_0, pub NumberOfBuffers: u32, pub FreeBuffers: u32, pub EventsLost: u32, pub BuffersWritten: u32, pub LogBuffersLost: u32, pub RealTimeBuffersLost: u32, pub LoggerThreadId: HANDLE, pub LogFileNameOffset: u32, pub LoggerNameOffset: u32, pub Anonymous2: EVENT_TRACE_PROPERTIES_V2_1, pub FilterDescCount: u32, pub FilterDesc: *mut EVENT_FILTER_DESCRIPTOR, pub Anonymous3: EVENT_TRACE_PROPERTIES_V2_2,
}
Expand description

Required features: "Win32_System_Diagnostics_Etw", "Win32_Foundation"

Fields

Wnode: WNODE_HEADERBufferSize: u32MinimumBuffers: u32MaximumBuffers: u32MaximumFileSize: u32LogFileMode: u32FlushTimer: u32EnableFlags: EVENT_TRACE_FLAGAnonymous1: EVENT_TRACE_PROPERTIES_V2_0NumberOfBuffers: u32FreeBuffers: u32EventsLost: u32BuffersWritten: u32LogBuffersLost: u32RealTimeBuffersLost: u32LoggerThreadId: HANDLELogFileNameOffset: u32LoggerNameOffset: u32Anonymous2: EVENT_TRACE_PROPERTIES_V2_1FilterDescCount: u32FilterDesc: *mut EVENT_FILTER_DESCRIPTORAnonymous3: EVENT_TRACE_PROPERTIES_V2_2

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.