Struct lava::VkDescriptorSetAllocateInfo[][src]

pub struct VkDescriptorSetAllocateInfo<'a, 'b> {
    pub descriptor_pool: &'a VkDescriptorPool,
    pub set_layouts: &'b [VkDescriptorSetLayout],
}

Fields

Trait Implementations

impl<'a, 'b> Debug for VkDescriptorSetAllocateInfo<'a, 'b>
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b> Clone for VkDescriptorSetAllocateInfo<'a, 'b>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDescriptorSetAllocateInfo<'static, 'static>
[src]

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

Auto Trait Implementations

impl<'a, 'b> !Send for VkDescriptorSetAllocateInfo<'a, 'b>

impl<'a, 'b> !Sync for VkDescriptorSetAllocateInfo<'a, 'b>