#[repr(C)]
pub struct PDH_LOG_SERVICE_QUERY_INFO_A_0_1 { pub TlNumberOfBuffers: u32, pub TlMinimumBuffers: u32, pub TlMaximumBuffers: u32, pub TlFreeBuffers: u32, pub TlBufferSize: u32, pub TlEventsLost: u32, pub TlLoggerThreadId: u32, pub TlBuffersWritten: u32, pub TlLogHandle: u32, pub TlLogFileName: PSTR, }
Expand description

Required features: "Win32_System_Performance", "Win32_Foundation"

Fields

TlNumberOfBuffers: u32TlMinimumBuffers: u32TlMaximumBuffers: u32TlFreeBuffers: u32TlBufferSize: u32TlEventsLost: u32TlLoggerThreadId: u32TlBuffersWritten: u32TlLogHandle: u32TlLogFileName: PSTR

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.