Struct winapi::um::winnt::POWER_MONITOR_INVOCATION
source · #[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§
source§impl Clone for POWER_MONITOR_INVOCATION
impl Clone for POWER_MONITOR_INVOCATION
source§fn clone(&self) -> POWER_MONITOR_INVOCATION
fn clone(&self) -> POWER_MONITOR_INVOCATION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for POWER_MONITOR_INVOCATION
impl Default for POWER_MONITOR_INVOCATION
source§fn default() -> POWER_MONITOR_INVOCATION
fn default() -> POWER_MONITOR_INVOCATION
Returns the “default value” for a type. Read more