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: u32WaitForUpdate: BOOLEANHibernate: BOOLEANCritical: BOOLEANThermalStandby: BOOLEANActivationReasons: u32PassiveLimit: u32ActiveLevel: u32OverThrottled: BOOLEANTrait 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