pub type QueryPoolCreateInfoINTEL = QueryPoolPerformanceQueryCreateInfoINTEL;
Aliased Type§
struct QueryPoolCreateInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub performance_counters_sampling: QueryPoolSamplingModeINTEL,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§performance_counters_sampling: QueryPoolSamplingModeINTEL
Implementations
Trait Implementations
Source§impl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
impl Clone for QueryPoolPerformanceQueryCreateInfoINTEL
Source§fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL
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