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: DWORD64Trait 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 more