Type Alias QueryPoolCreateInfoINTEL

Source
pub type QueryPoolCreateInfoINTEL<'a> = QueryPoolPerformanceQueryCreateInfoINTEL<'a>;

Aliased Type§

#[repr(C)]
pub struct QueryPoolCreateInfoINTEL<'a> { pub s_type: StructureType, pub p_next: *const c_void, pub performance_counters_sampling: QueryPoolSamplingModeINTEL, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *const c_void§performance_counters_sampling: QueryPoolSamplingModeINTEL§_marker: PhantomData<&'a ()>