Struct winapi::um::winnt::POWER_MONITOR_INVOCATION [−][src]
#[repr(C)]pub struct POWER_MONITOR_INVOCATION {
pub Console: BOOLEAN,
pub RequestReason: POWER_MONITOR_REQUEST_REASON,
}
Fields
Console: BOOLEAN
RequestReason: POWER_MONITOR_REQUEST_REASON
Trait Implementations
Returns the “default value” for a type. Read more