#[repr(C)]pub struct NOTIFY_USER_POWER_SETTING {
pub Guid: GUID,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
Guid: GUID
Trait Implementations
impl Clone for NOTIFY_USER_POWER_SETTING
impl Clone for NOTIFY_USER_POWER_SETTING
impl Copy for NOTIFY_USER_POWER_SETTING
Auto Trait Implementations
impl RefUnwindSafe for NOTIFY_USER_POWER_SETTING
impl Send for NOTIFY_USER_POWER_SETTING
impl Sync for NOTIFY_USER_POWER_SETTING
impl Unpin for NOTIFY_USER_POWER_SETTING
impl UnwindSafe for NOTIFY_USER_POWER_SETTING
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