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