Struct windows_sys::Win32::System::Power::THERMAL_POLICY
[−]#[repr(C)]pub struct THERMAL_POLICY {
pub Version: u32,
pub WaitForUpdate: BOOLEAN,
pub Hibernate: BOOLEAN,
pub Critical: BOOLEAN,
pub ThermalStandby: BOOLEAN,
pub ActivationReasons: u32,
pub PassiveLimit: u32,
pub ActiveLevel: u32,
pub OverThrottled: BOOLEAN,
}
Expand description
Required features: "Win32_System_Power"
, "Win32_Foundation"
Fields
Version: u32
WaitForUpdate: BOOLEAN
Hibernate: BOOLEAN
Critical: BOOLEAN
ThermalStandby: BOOLEAN
ActivationReasons: u32
PassiveLimit: u32
ActiveLevel: u32
OverThrottled: BOOLEAN
Trait Implementations
impl Clone for THERMAL_POLICY
impl Clone for THERMAL_POLICY
impl Copy for THERMAL_POLICY
Auto Trait Implementations
impl RefUnwindSafe for THERMAL_POLICY
impl Send for THERMAL_POLICY
impl Sync for THERMAL_POLICY
impl Unpin for THERMAL_POLICY
impl UnwindSafe for THERMAL_POLICY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more