Struct ash::vk::QueryPoolCreateInfo  
source · #[repr(C)]pub struct QueryPoolCreateInfo {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: QueryPoolCreateFlags,
    pub query_type: QueryType,
    pub query_count: u32,
    pub pipeline_statistics: QueryPipelineStatisticFlags,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: QueryPoolCreateFlags§query_type: QueryType§query_count: u32§pipeline_statistics: QueryPipelineStatisticFlagsImplementations§
source§impl QueryPoolCreateInfo
 
impl QueryPoolCreateInfo
pub fn builder<'a>() -> QueryPoolCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for QueryPoolCreateInfo
 
impl Clone for QueryPoolCreateInfo
source§fn clone(&self) -> QueryPoolCreateInfo
 
fn clone(&self) -> QueryPoolCreateInfo
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