Struct lava::VkQueueFlags[][src]

pub struct VkQueueFlags {
    pub graphics: bool,
    pub compute: bool,
    pub transfer: bool,
    pub sparse_binding: bool,
    pub protected: bool,
}

Fields

Methods

impl VkQueueFlags
[src]

Trait Implementations

impl Debug for VkQueueFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkQueueFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkQueueFlags
[src]

impl Default for VkQueueFlags
[src]

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

Auto Trait Implementations