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