Type Alias ash::vk::QueryPoolCreateInfoINTEL

source ·
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

source§

fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Default for QueryPoolPerformanceQueryCreateInfoINTEL

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl TaggedStructure for QueryPoolPerformanceQueryCreateInfoINTEL

source§

const STRUCTURE_TYPE: StructureType = StructureType::QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL

source§

impl ExtendsQueryPoolCreateInfo for QueryPoolPerformanceQueryCreateInfoINTEL

source§

impl Debug for QueryPoolPerformanceQueryCreateInfoINTEL

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for QueryPoolPerformanceQueryCreateInfoINTEL