#[repr(C)]pub struct THERMAL_EVENT {
pub Version: ULONG,
pub Size: ULONG,
pub Type: ULONG,
pub Temperature: ULONG,
pub TripPointTemperature: ULONG,
pub Initiator: LPWSTR,
}
Fields§
§Version: ULONG
§Size: ULONG
§Type: ULONG
§Temperature: ULONG
§TripPointTemperature: ULONG
§Initiator: LPWSTR
Trait Implementations§
Source§impl Clone for THERMAL_EVENT
impl Clone for THERMAL_EVENT
Source§fn clone(&self) -> THERMAL_EVENT
fn clone(&self) -> THERMAL_EVENT
Returns a duplicate 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 THERMAL_EVENT
impl Default for THERMAL_EVENT
Source§fn default() -> THERMAL_EVENT
fn default() -> THERMAL_EVENT
Returns the “default value” for a type. Read more
impl Copy for THERMAL_EVENT
Auto Trait Implementations§
impl Freeze for THERMAL_EVENT
impl RefUnwindSafe for THERMAL_EVENT
impl !Send for THERMAL_EVENT
impl !Sync for THERMAL_EVENT
impl Unpin for THERMAL_EVENT
impl UnwindSafe for THERMAL_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