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: StructureTypep_next: *const c_voidflags: QueryPoolCreateFlagsquery_type: QueryTypequery_count: u32pipeline_statistics: QueryPipelineStatisticFlagsImplementations
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