Struct win_sys::SystemServices::POWER_IDLE_RESILIENCY [−][src]
#[repr(C)]pub struct POWER_IDLE_RESILIENCY {
pub CoalescingTimeout: u32,
pub IdleResiliencyPeriod: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
CoalescingTimeout: u32IdleResiliencyPeriod: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for POWER_IDLE_RESILIENCY
impl Send for POWER_IDLE_RESILIENCY
impl Sync for POWER_IDLE_RESILIENCY
impl Unpin for POWER_IDLE_RESILIENCY
impl UnwindSafe for POWER_IDLE_RESILIENCY
Blanket Implementations
Mutably borrows from an owned value. Read more