Struct ash::vk::QueryPoolPerformanceCreateInfoKHR
source · #[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§
source§impl QueryPoolPerformanceCreateInfoKHR
impl QueryPoolPerformanceCreateInfoKHR
pub fn builder<'a>() -> QueryPoolPerformanceCreateInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for QueryPoolPerformanceCreateInfoKHR
impl Clone for QueryPoolPerformanceCreateInfoKHR
source§fn clone(&self) -> QueryPoolPerformanceCreateInfoKHR
fn clone(&self) -> QueryPoolPerformanceCreateInfoKHR
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 more