Struct win_sys::SystemServices::PPM_PERFSTATE_EVENT [−][src]
#[repr(C)]pub struct PPM_PERFSTATE_EVENT {
pub State: u32,
pub Status: u32,
pub Latency: u32,
pub Speed: u32,
pub Processor: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
State: u32Status: u32Latency: u32Speed: u32Processor: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PPM_PERFSTATE_EVENT
impl Send for PPM_PERFSTATE_EVENT
impl Sync for PPM_PERFSTATE_EVENT
impl Unpin for PPM_PERFSTATE_EVENT
impl UnwindSafe for PPM_PERFSTATE_EVENT
Blanket Implementations
Mutably borrows from an owned value. Read more