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: DWORDTrait 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 more