Struct windows_sys::Win32::System::Power::GLOBAL_POWER_POLICY
[−]#[repr(C)]pub struct GLOBAL_POWER_POLICY {
pub user: GLOBAL_USER_POWER_POLICY,
pub mach: GLOBAL_MACHINE_POWER_POLICY,
}
Expand description
Required features: "Win32_System_Power"
, "Win32_Foundation"
Fields
user: GLOBAL_USER_POWER_POLICY
mach: GLOBAL_MACHINE_POWER_POLICY
Trait Implementations
impl Clone for GLOBAL_POWER_POLICY
impl Clone for GLOBAL_POWER_POLICY
impl Copy for GLOBAL_POWER_POLICY
Auto Trait Implementations
impl RefUnwindSafe for GLOBAL_POWER_POLICY
impl Send for GLOBAL_POWER_POLICY
impl Sync for GLOBAL_POWER_POLICY
impl Unpin for GLOBAL_POWER_POLICY
impl UnwindSafe for GLOBAL_POWER_POLICY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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