Struct windows_sys::Win32::System::Power::GLOBAL_MACHINE_POWER_POLICY
[−]#[repr(C)]pub struct GLOBAL_MACHINE_POWER_POLICY {
pub Revision: u32,
pub LidOpenWakeAc: SYSTEM_POWER_STATE,
pub LidOpenWakeDc: SYSTEM_POWER_STATE,
pub BroadcastCapacityResolution: u32,
}
Expand description
Required features: "Win32_System_Power"
Fields
Revision: u32
LidOpenWakeAc: SYSTEM_POWER_STATE
LidOpenWakeDc: SYSTEM_POWER_STATE
BroadcastCapacityResolution: u32
Trait Implementations
impl Clone for GLOBAL_MACHINE_POWER_POLICY
impl Clone for GLOBAL_MACHINE_POWER_POLICY
impl Copy for GLOBAL_MACHINE_POWER_POLICY
Auto Trait Implementations
impl RefUnwindSafe for GLOBAL_MACHINE_POWER_POLICY
impl Send for GLOBAL_MACHINE_POWER_POLICY
impl Sync for GLOBAL_MACHINE_POWER_POLICY
impl Unpin for GLOBAL_MACHINE_POWER_POLICY
impl UnwindSafe for GLOBAL_MACHINE_POWER_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