Struct win_sys::SystemServices::NOTIFY_USER_POWER_SETTING [−][src]
#[repr(C)]pub struct NOTIFY_USER_POWER_SETTING {
pub Guid: GUID,
}Expand description
Required features: Win32_System_SystemServices
Fields
Guid: GUIDTrait Implementations
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more