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]
Trait Implementations
impl Clone for THERMAL_INFORMATION
impl Clone for THERMAL_INFORMATION
impl Copy for THERMAL_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for THERMAL_INFORMATION
impl Send for THERMAL_INFORMATION
impl Sync for THERMAL_INFORMATION
impl Unpin for THERMAL_INFORMATION
impl UnwindSafe for THERMAL_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