Struct dacite::core::QueryPoolCreateInfo [] [src]

pub struct QueryPoolCreateInfo {
    pub flags: QueryPoolCreateFlags,
    pub query_type: QueryType,
    pub query_count: u32,
    pub pipeline_statistics: QueryPipelineStatisticFlags,
    pub chain: Option<QueryPoolCreateInfoChain>,
}

Fields

Trait Implementations

impl Debug for QueryPoolCreateInfo
[src]

Formats the value using the given formatter.

impl Clone for QueryPoolCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for QueryPoolCreateInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.