Struct winapi::um::winnt::PPM_PERFSTATE_EVENT
source · #[repr(C)]pub struct PPM_PERFSTATE_EVENT {
pub State: DWORD,
pub Status: DWORD,
pub Latency: DWORD,
pub Speed: DWORD,
pub Processor: DWORD,
}Fields§
§State: DWORD§Status: DWORD§Latency: DWORD§Speed: DWORD§Processor: DWORDTrait Implementations§
source§impl Clone for PPM_PERFSTATE_EVENT
impl Clone for PPM_PERFSTATE_EVENT
source§fn clone(&self) -> PPM_PERFSTATE_EVENT
fn clone(&self) -> PPM_PERFSTATE_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 moresource§impl Default for PPM_PERFSTATE_EVENT
impl Default for PPM_PERFSTATE_EVENT
source§fn default() -> PPM_PERFSTATE_EVENT
fn default() -> PPM_PERFSTATE_EVENT
Returns the “default value” for a type. Read more