Struct lava::VkDescriptorPoolCreateFlags[][src]

pub struct VkDescriptorPoolCreateFlags {
    pub free_descriptor_set: bool,
    pub update_after_bind_ext: bool,
}

Fields

Methods

impl VkDescriptorPoolCreateFlags
[src]

Trait Implementations

impl Debug for VkDescriptorPoolCreateFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkDescriptorPoolCreateFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkDescriptorPoolCreateFlags
[src]

impl Default for VkDescriptorPoolCreateFlags
[src]

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

Auto Trait Implementations