Struct winapi::um::winnt::POWER_IDLE_RESILIENCY [−][src]
#[repr(C)]pub struct POWER_IDLE_RESILIENCY {
pub CoalescingTimeout: DWORD,
pub IdleResiliencyPeriod: DWORD,
}Fields
CoalescingTimeout: DWORDIdleResiliencyPeriod: DWORDTrait Implementations
Returns the “default value” for a type. Read more