#[repr(C)]pub struct InitializePerformanceApiInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_user_data: *mut c_void,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidp_user_data: *mut c_voidImplementations
sourceimpl InitializePerformanceApiInfoINTEL
impl InitializePerformanceApiInfoINTEL
pub fn builder<'a>() -> InitializePerformanceApiInfoINTELBuilder<'a>
Trait Implementations
sourceimpl Clone for InitializePerformanceApiInfoINTEL
impl Clone for InitializePerformanceApiInfoINTEL
sourcefn clone(&self) -> InitializePerformanceApiInfoINTEL
fn clone(&self) -> InitializePerformanceApiInfoINTEL
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 Default for InitializePerformanceApiInfoINTEL
impl Default for InitializePerformanceApiInfoINTEL
sourcefn default() -> InitializePerformanceApiInfoINTEL
fn default() -> InitializePerformanceApiInfoINTEL
Returns the “default value” for a type. Read more
impl Copy for InitializePerformanceApiInfoINTEL
Auto Trait Implementations
impl RefUnwindSafe for InitializePerformanceApiInfoINTEL
impl !Send for InitializePerformanceApiInfoINTEL
impl !Sync for InitializePerformanceApiInfoINTEL
impl Unpin for InitializePerformanceApiInfoINTEL
impl UnwindSafe for InitializePerformanceApiInfoINTEL
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