Struct screen_13::prelude::vk::QueryPoolCreateInfo
source · 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 moresource§impl Debug for QueryPoolCreateInfo
impl Debug for QueryPoolCreateInfo
source§impl Default for QueryPoolCreateInfo
impl Default for QueryPoolCreateInfo
source§fn default() -> QueryPoolCreateInfo
fn default() -> QueryPoolCreateInfo
Returns the “default value” for a type. Read more