Struct vulkanalia_sys::QueryPoolCreateInfo
source · [−]#[repr(C)]pub struct QueryPoolCreateInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: QueryPoolCreateFlags,
pub query_type: QueryType,
pub query_count: u32,
pub pipeline_statistics: QueryPipelineStatisticFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: QueryPoolCreateFlagsquery_type: QueryTypequery_count: u32pipeline_statistics: QueryPipelineStatisticFlagsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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