[][src]Struct ntapi::ntexapi::SYSTEM_PROCESSOR_POWER_INFORMATION

#[repr(C)]pub struct SYSTEM_PROCESSOR_POWER_INFORMATION {
    pub CurrentFrequency: UCHAR,
    pub ThermalLimitFrequency: UCHAR,
    pub ConstantThrottleFrequency: UCHAR,
    pub DegradedThrottleFrequency: UCHAR,
    pub LastBusyFrequency: UCHAR,
    pub LastC3Frequency: UCHAR,
    pub LastAdjustedBusyFrequency: UCHAR,
    pub ProcessorMinThrottle: UCHAR,
    pub ProcessorMaxThrottle: UCHAR,
    pub NumberOfFrequencies: ULONG,
    pub PromotionCount: ULONG,
    pub DemotionCount: ULONG,
    pub ErrorCount: ULONG,
    pub RetryCount: ULONG,
    pub CurrentFrequencyTime: ULONGLONG,
    pub CurrentProcessorTime: ULONGLONG,
    pub CurrentProcessorIdleTime: ULONGLONG,
    pub LastProcessorTime: ULONGLONG,
    pub LastProcessorIdleTime: ULONGLONG,
    pub Energy: ULONGLONG,
}

Fields

CurrentFrequency: UCHARThermalLimitFrequency: UCHARConstantThrottleFrequency: UCHARDegradedThrottleFrequency: UCHARLastBusyFrequency: UCHARLastC3Frequency: UCHARLastAdjustedBusyFrequency: UCHARProcessorMinThrottle: UCHARProcessorMaxThrottle: UCHARNumberOfFrequencies: ULONGPromotionCount: ULONGDemotionCount: ULONGErrorCount: ULONGRetryCount: ULONGCurrentFrequencyTime: ULONGLONGCurrentProcessorTime: ULONGLONGCurrentProcessorIdleTime: ULONGLONGLastProcessorTime: ULONGLONGLastProcessorIdleTime: ULONGLONGEnergy: ULONGLONG

Trait Implementations

impl Clone for SYSTEM_PROCESSOR_POWER_INFORMATION[src]

impl Copy for SYSTEM_PROCESSOR_POWER_INFORMATION[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.