ash::vk

Type Alias QueryPoolCreateInfoINTEL

Source
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

Trait Implementations

Source§

impl<'a> Clone for QueryPoolPerformanceQueryCreateInfoINTEL<'a>

Source§

fn clone(&self) -> QueryPoolPerformanceQueryCreateInfoINTEL<'a>

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<'a> Debug for QueryPoolPerformanceQueryCreateInfoINTEL<'a>

Source§

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

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

impl Default for QueryPoolPerformanceQueryCreateInfoINTEL<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for QueryPoolPerformanceQueryCreateInfoINTEL<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL

Source§

impl<'a> Copy for QueryPoolPerformanceQueryCreateInfoINTEL<'a>

Source§

impl ExtendsQueryPoolCreateInfo for QueryPoolPerformanceQueryCreateInfoINTEL<'_>

Source§

impl Send for QueryPoolPerformanceQueryCreateInfoINTEL<'_>

Source§

impl Sync for QueryPoolPerformanceQueryCreateInfoINTEL<'_>