#[repr(C)]
pub struct THREAD_PERFORMANCE_DATA { pub Size: USHORT, pub Version: USHORT, pub ProcessorNumber: PROCESSOR_NUMBER, pub ContextSwitches: ULONG, pub HwCountersCount: ULONG, pub UpdateCount: ULONG64, pub WaitReasonBitMap: ULONG64, pub HardwareCounters: ULONG64, pub CycleTime: COUNTER_READING, pub HwCounters: [COUNTER_READING; 16], }

Fields

Size: USHORTVersion: USHORTProcessorNumber: PROCESSOR_NUMBERContextSwitches: ULONGHwCountersCount: ULONGUpdateCount: ULONG64WaitReasonBitMap: ULONG64HardwareCounters: ULONG64CycleTime: COUNTER_READINGHwCounters: [COUNTER_READING; 16]

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

Performs the conversion.

Performs the conversion.

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.