Struct lava::VkDescriptorPoolCreateInfo[][src]

pub struct VkDescriptorPoolCreateInfo<'a> {
    pub flags: VkDescriptorPoolCreateFlags,
    pub max_sets: usize,
    pub pool_sizes: &'a [VkDescriptorPoolSize],
}

Fields

Trait Implementations

impl<'a> Debug for VkDescriptorPoolCreateInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for VkDescriptorPoolCreateInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDescriptorPoolCreateInfo<'static>
[src]

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

Auto Trait Implementations