Struct windows::Win32::System::Power::THERMAL_EVENT
#[repr(C)]pub struct THERMAL_EVENT {
pub Version: u32,
pub Size: u32,
pub Type: u32,
pub Temperature: u32,
pub TripPointTemperature: u32,
pub Initiator: PWSTR,
}
Fields§
§Version: u32
§Size: u32
§Type: u32
§Temperature: u32
§TripPointTemperature: u32
§Initiator: PWSTR
Trait Implementations§
§impl Clone for THERMAL_EVENT
impl Clone for THERMAL_EVENT
§fn clone(&self) -> THERMAL_EVENT
fn clone(&self) -> THERMAL_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§impl Debug for THERMAL_EVENT
impl Debug for THERMAL_EVENT
§impl Default for THERMAL_EVENT
impl Default for THERMAL_EVENT
§impl PartialEq for THERMAL_EVENT
impl PartialEq for THERMAL_EVENT
§fn eq(&self, other: &THERMAL_EVENT) -> bool
fn eq(&self, other: &THERMAL_EVENT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for THERMAL_EVENT
impl Eq for THERMAL_EVENT
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)