#[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]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.