Struct lava::VkQueryPoolCreateFlags[][src]

pub struct VkQueryPoolCreateFlags {}

Methods

impl VkQueryPoolCreateFlags
[src]

Trait Implementations

impl Debug for VkQueryPoolCreateFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkQueryPoolCreateFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkQueryPoolCreateFlags
[src]

impl Default for VkQueryPoolCreateFlags
[src]

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

Auto Trait Implementations