Struct winapi::um::winnt::POWER_SESSION_TIMEOUTS
source · #[repr(C)]pub struct POWER_SESSION_TIMEOUTS {
pub InputTimeout: DWORD,
pub DisplayTimeout: DWORD,
}
Fields§
§InputTimeout: DWORD
§DisplayTimeout: DWORD
Trait Implementations§
source§impl Clone for POWER_SESSION_TIMEOUTS
impl Clone for POWER_SESSION_TIMEOUTS
source§fn clone(&self) -> POWER_SESSION_TIMEOUTS
fn clone(&self) -> POWER_SESSION_TIMEOUTS
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_SESSION_TIMEOUTS
impl Default for POWER_SESSION_TIMEOUTS
source§fn default() -> POWER_SESSION_TIMEOUTS
fn default() -> POWER_SESSION_TIMEOUTS
Returns the “default value” for a type. Read more