Enum vulkano::query::QueryType [] [src]

pub enum QueryType {
    Occlusion,
    PipelineStatistics(QueryPipelineStatisticFlags),
    Timestamp,
}

Variants

Trait Implementations

impl Debug for QueryType
[src]

[src]

Formats the value using the given formatter.

impl Copy for QueryType
[src]

impl Clone for QueryType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more