Struct ash::vk::QueryPoolCreateInfo [−][src]
#[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: QueryPipelineStatisticFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for QueryPoolCreateInfo
impl !Send for QueryPoolCreateInfo
impl !Sync for QueryPoolCreateInfo
impl Unpin for QueryPoolCreateInfo
impl UnwindSafe for QueryPoolCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more