#[repr(C)]pub struct InitializePerformanceApiInfoINTEL<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_user_data: *mut c_void,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§p_user_data: *mut c_void§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> InitializePerformanceApiInfoINTEL<'a>
impl<'a> InitializePerformanceApiInfoINTEL<'a>
pub fn user_data( self, user_data: *mut c_void, ) -> InitializePerformanceApiInfoINTEL<'a>
Trait Implementations§
Source§impl<'a> Clone for InitializePerformanceApiInfoINTEL<'a>
impl<'a> Clone for InitializePerformanceApiInfoINTEL<'a>
Source§fn clone(&self) -> InitializePerformanceApiInfoINTEL<'a>
fn clone(&self) -> InitializePerformanceApiInfoINTEL<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for InitializePerformanceApiInfoINTEL<'a>
impl<'a> Debug for InitializePerformanceApiInfoINTEL<'a>
Source§impl Default for InitializePerformanceApiInfoINTEL<'_>
impl Default for InitializePerformanceApiInfoINTEL<'_>
Source§fn default() -> InitializePerformanceApiInfoINTEL<'_>
fn default() -> InitializePerformanceApiInfoINTEL<'_>
Returns the “default value” for a type. Read more
Source§impl<'a> TaggedStructure for InitializePerformanceApiInfoINTEL<'a>
impl<'a> TaggedStructure for InitializePerformanceApiInfoINTEL<'a>
const STRUCTURE_TYPE: StructureType = StructureType::INITIALIZE_PERFORMANCE_API_INFO_INTEL
impl<'a> Copy for InitializePerformanceApiInfoINTEL<'a>
impl Send for InitializePerformanceApiInfoINTEL<'_>
impl Sync for InitializePerformanceApiInfoINTEL<'_>
Auto Trait Implementations§
impl<'a> Freeze for InitializePerformanceApiInfoINTEL<'a>
impl<'a> RefUnwindSafe for InitializePerformanceApiInfoINTEL<'a>
impl<'a> Unpin for InitializePerformanceApiInfoINTEL<'a>
impl<'a> UnwindSafe for InitializePerformanceApiInfoINTEL<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)