Struct ntapi::ntexapi::SYSTEM_PROCESSOR_POWER_INFORMATION
source · [−]#[repr(C)]pub struct SYSTEM_PROCESSOR_POWER_INFORMATION {Show 20 fields
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: ULONGLONGTrait Implementations
sourceimpl Clone for SYSTEM_PROCESSOR_POWER_INFORMATION
impl Clone for SYSTEM_PROCESSOR_POWER_INFORMATION
sourcefn clone(&self) -> SYSTEM_PROCESSOR_POWER_INFORMATION
fn clone(&self) -> SYSTEM_PROCESSOR_POWER_INFORMATION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for SYSTEM_PROCESSOR_POWER_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for SYSTEM_PROCESSOR_POWER_INFORMATION
impl Send for SYSTEM_PROCESSOR_POWER_INFORMATION
impl Sync for SYSTEM_PROCESSOR_POWER_INFORMATION
impl Unpin for SYSTEM_PROCESSOR_POWER_INFORMATION
impl UnwindSafe for SYSTEM_PROCESSOR_POWER_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more