Struct lava::VkQueryPoolCreateInfo[][src]

pub struct VkQueryPoolCreateInfo {
    pub flags: VkQueryPoolCreateFlags,
    pub query_type: VkQueryType,
    pub query_count: usize,
    pub pipeline_statistics: VkQueryPipelineStatisticFlags,
}

Fields

Trait Implementations

impl Debug for VkQueryPoolCreateInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VkQueryPoolCreateInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkQueryPoolCreateInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations