Struct lava::VkQueryResultFlags[][src]

pub struct VkQueryResultFlags {
    pub _64: bool,
    pub wait: bool,
    pub with_availability: bool,
    pub partial: bool,
}

Fields

Methods

impl VkQueryResultFlags
[src]

Trait Implementations

impl Debug for VkQueryResultFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkQueryResultFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkQueryResultFlags
[src]

impl Default for VkQueryResultFlags
[src]

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

Auto Trait Implementations