Struct winapi::um::winnt::PPM_THERMALCHANGE_EVENT
source · #[repr(C)]pub struct PPM_THERMALCHANGE_EVENT {
pub ThermalConstraint: DWORD,
pub Processors: DWORD64,
}
Fields§
§ThermalConstraint: DWORD
§Processors: DWORD64
Trait Implementations§
source§impl Clone for PPM_THERMALCHANGE_EVENT
impl Clone for PPM_THERMALCHANGE_EVENT
source§fn clone(&self) -> PPM_THERMALCHANGE_EVENT
fn clone(&self) -> PPM_THERMALCHANGE_EVENT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for PPM_THERMALCHANGE_EVENT
impl Default for PPM_THERMALCHANGE_EVENT
source§fn default() -> PPM_THERMALCHANGE_EVENT
fn default() -> PPM_THERMALCHANGE_EVENT
Returns the “default value” for a type. Read more