Struct lava::VkQueryControlFlags[][src]

pub struct VkQueryControlFlags {
    pub precise: bool,
}

Fields

Methods

impl VkQueryControlFlags
[src]

Trait Implementations

impl Debug for VkQueryControlFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkQueryControlFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkQueryControlFlags
[src]

impl Default for VkQueryControlFlags
[src]

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

Auto Trait Implementations