pub type QueryPoolCreateInfoINTEL<'a> = QueryPoolPerformanceQueryCreateInfoINTEL<'a>;
Aliased Type§
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 ()>
Implementations
Source§impl<'a> QueryPoolPerformanceQueryCreateInfoINTEL<'a>
impl<'a> QueryPoolPerformanceQueryCreateInfoINTEL<'a>
pub fn performance_counters_sampling( self, performance_counters_sampling: QueryPoolSamplingModeINTEL, ) -> Self
Trait Implementations
Source§impl<'a> Clone for QueryPoolPerformanceQueryCreateInfoINTEL<'a>
impl<'a> Clone for QueryPoolPerformanceQueryCreateInfoINTEL<'a>
Source§fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL<'a>
fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more