#[repr(C)]pub struct PerformanceOverrideInfoINTEL {
pub s_type: StructureType,
pub next: *const c_void,
pub type_: PerformanceOverrideTypeINTEL,
pub enable: Bool32,
pub parameter: u64,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidtype_: PerformanceOverrideTypeINTELenable: Bool32parameter: u64Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PerformanceOverrideInfoINTEL
impl !Sync for PerformanceOverrideInfoINTEL
impl Unpin for PerformanceOverrideInfoINTEL
impl UnwindSafe for PerformanceOverrideInfoINTEL
Blanket Implementations
Mutably borrows from an owned value. Read more