#[repr(C)]
pub struct SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION_EX { pub IdleTime: LARGE_INTEGER, pub KernelTime: LARGE_INTEGER, pub UserTime: LARGE_INTEGER, pub DpcTime: LARGE_INTEGER, pub InterruptTime: LARGE_INTEGER, pub InterruptCount: ULONG, pub Spare0: ULONG, pub AvailableTime: LARGE_INTEGER, pub Spare1: LARGE_INTEGER, pub Spare2: LARGE_INTEGER, }

Fields

IdleTime: LARGE_INTEGERKernelTime: LARGE_INTEGERUserTime: LARGE_INTEGERDpcTime: LARGE_INTEGERInterruptTime: LARGE_INTEGERInterruptCount: ULONGSpare0: ULONGAvailableTime: LARGE_INTEGERSpare1: LARGE_INTEGERSpare2: LARGE_INTEGER

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.