Struct winapi::um::winnt::PPM_THERMALCHANGE_EVENT [−][src]
#[repr(C)]pub struct PPM_THERMALCHANGE_EVENT {
pub ThermalConstraint: DWORD,
pub Processors: DWORD64,
}
Fields
ThermalConstraint: DWORD
Processors: DWORD64
Trait Implementations
Returns the “default value” for a type. Read more