Struct win_sys::SystemServices::POWER_MONITOR_INVOCATION [−][src]
#[repr(C)]pub struct POWER_MONITOR_INVOCATION {
pub Console: BOOLEAN,
pub RequestReason: POWER_MONITOR_REQUEST_REASON,
}Expand description
Required features: Win32_System_SystemServices, Win32_Foundation
Fields
Console: BOOLEANRequestReason: POWER_MONITOR_REQUEST_REASONTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for POWER_MONITOR_INVOCATION
impl Send for POWER_MONITOR_INVOCATION
impl Sync for POWER_MONITOR_INVOCATION
impl Unpin for POWER_MONITOR_INVOCATION
impl UnwindSafe for POWER_MONITOR_INVOCATION
Blanket Implementations
Mutably borrows from an owned value. Read more