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: u32§ThermalConstant1: u32§ThermalConstant2: u32§Processors: usize§SamplingPeriod: u32§CurrentTemperature: u32§PassiveTripPoint: u32§CriticalTripPoint: u32§ActiveTripPointCount: u8§ActiveTripPoint: [u32; 10]