pub struct QueryPoolPerformanceQueryCreateInfoINTEL {
pub s_type: StructureType,
pub p_next: *const c_void,
pub performance_counters_sampling: QueryPoolSamplingModeINTEL,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§performance_counters_sampling: QueryPoolSamplingModeINTELImplementations§
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 moresource§impl Default for QueryPoolPerformanceQueryCreateInfoINTEL
impl Default for QueryPoolPerformanceQueryCreateInfoINTEL
source§fn default() -> QueryPoolPerformanceQueryCreateInfoINTEL
fn default() -> QueryPoolPerformanceQueryCreateInfoINTEL
Returns the “default value” for a type. Read more