Struct ash::vk::QueryPoolPerformanceCreateInfoKHR [−][src]
#[repr(C)]pub struct QueryPoolPerformanceCreateInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub queue_family_index: u32, pub counter_index_count: u32, pub p_counter_indices: *const u32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
queue_family_index: u32
counter_index_count: u32
p_counter_indices: *const u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for QueryPoolPerformanceCreateInfoKHR
impl !Sync for QueryPoolPerformanceCreateInfoKHR
impl Unpin for QueryPoolPerformanceCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more