Struct winapi::um::winnt::PPM_PERFSTATE_EVENT [−][src]
#[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: DWORD
Trait Implementations
Returns the “default value” for a type. Read more