#[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 Debug for PPM_THERMALCHANGE_EVENT
impl Debug for PPM_THERMALCHANGE_EVENT
Source§impl Ord for PPM_THERMALCHANGE_EVENT
impl Ord for PPM_THERMALCHANGE_EVENT
Source§fn cmp(&self, other: &PPM_THERMALCHANGE_EVENT) -> Ordering
fn cmp(&self, other: &PPM_THERMALCHANGE_EVENT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PPM_THERMALCHANGE_EVENT
impl PartialEq for PPM_THERMALCHANGE_EVENT
Source§impl PartialOrd for PPM_THERMALCHANGE_EVENT
impl PartialOrd for PPM_THERMALCHANGE_EVENT
impl Copy for PPM_THERMALCHANGE_EVENT
impl Eq for PPM_THERMALCHANGE_EVENT
impl StructuralPartialEq for PPM_THERMALCHANGE_EVENT
Auto Trait Implementations§
impl Freeze for PPM_THERMALCHANGE_EVENT
impl RefUnwindSafe for PPM_THERMALCHANGE_EVENT
impl Send for PPM_THERMALCHANGE_EVENT
impl Sync for PPM_THERMALCHANGE_EVENT
impl Unpin for PPM_THERMALCHANGE_EVENT
impl UnwindSafe for PPM_THERMALCHANGE_EVENT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more