Struct windows_sys::Win32::System::Power::THERMAL_INFORMATION
[−]#[repr(C)]pub struct THERMAL_INFORMATION {
pub ThermalStamp: u32,
pub ThermalConstant1: u32,
pub ThermalConstant2: u32,
pub Processors: usize,
pub SamplingPeriod: u32,
pub CurrentTemperature: u32,
pub PassiveTripPoint: u32,
pub CriticalTripPoint: u32,
pub ActiveTripPointCount: u8,
pub ActiveTripPoint: [u32; 10],
}Expand description
Required features: ‘Win32_System_Power’
Fields
ThermalStamp: u32ThermalConstant1: u32ThermalConstant2: u32Processors: usizeSamplingPeriod: u32CurrentTemperature: u32PassiveTripPoint: u32CriticalTripPoint: u32ActiveTripPointCount: u8ActiveTripPoint: [u32; 10]