#[repr(C)]pub struct PerformanceOverrideInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub ty: PerformanceOverrideTypeINTEL,
pub enable: u32,
pub parameter: u64,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidty: PerformanceOverrideTypeINTELenable: u32parameter: u64Implementations
sourceimpl PerformanceOverrideInfoINTEL
impl PerformanceOverrideInfoINTEL
pub fn builder<'a>() -> PerformanceOverrideInfoINTELBuilder<'a>
Trait Implementations
sourceimpl Clone for PerformanceOverrideInfoINTEL
impl Clone for PerformanceOverrideInfoINTEL
sourcefn clone(&self) -> PerformanceOverrideInfoINTEL
fn clone(&self) -> PerformanceOverrideInfoINTEL
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PerformanceOverrideInfoINTEL
impl Debug for PerformanceOverrideInfoINTEL
sourceimpl Default for PerformanceOverrideInfoINTEL
impl Default for PerformanceOverrideInfoINTEL
sourcefn default() -> PerformanceOverrideInfoINTEL
fn default() -> PerformanceOverrideInfoINTEL
Returns the “default value” for a type. Read more
impl Copy for PerformanceOverrideInfoINTEL
Auto Trait Implementations
impl RefUnwindSafe for PerformanceOverrideInfoINTEL
impl !Send for PerformanceOverrideInfoINTEL
impl !Sync for PerformanceOverrideInfoINTEL
impl Unpin for PerformanceOverrideInfoINTEL
impl UnwindSafe for PerformanceOverrideInfoINTEL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more