Struct winapi::um::winnt::PPM_IDLESTATE_EVENT
source · #[repr(C)]pub struct PPM_IDLESTATE_EVENT {
pub NewState: DWORD,
pub OldState: DWORD,
pub Processors: DWORD64,
}Fields§
§NewState: DWORD§OldState: DWORD§Processors: DWORD64Trait Implementations§
source§impl Clone for PPM_IDLESTATE_EVENT
impl Clone for PPM_IDLESTATE_EVENT
source§fn clone(&self) -> PPM_IDLESTATE_EVENT
fn clone(&self) -> PPM_IDLESTATE_EVENT
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