Struct ash::vk::QueryPoolPerformanceQueryCreateInfoINTEL [−][src]
#[repr(C)]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: QueryPoolSamplingModeINTEL
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for QueryPoolPerformanceQueryCreateInfoINTEL
impl !Sync for QueryPoolPerformanceQueryCreateInfoINTEL
Blanket Implementations
Mutably borrows from an owned value. Read more