Struct windows_sys::Win32::System::Power::POWER_POLICY
[−]#[repr(C)]pub struct POWER_POLICY {
pub user: USER_POWER_POLICY,
pub mach: MACHINE_POWER_POLICY,
}
Expand description
Required features: "Win32_System_Power"
, "Win32_Foundation"
Fields
user: USER_POWER_POLICY
mach: MACHINE_POWER_POLICY
Trait Implementations
impl Clone for POWER_POLICY
impl Clone for POWER_POLICY
impl Copy for POWER_POLICY
Auto Trait Implementations
impl RefUnwindSafe for POWER_POLICY
impl Send for POWER_POLICY
impl Sync for POWER_POLICY
impl Unpin for POWER_POLICY
impl UnwindSafe for 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