Struct lava::VkDescriptorSetLayoutCreateInfo[][src]

pub struct VkDescriptorSetLayoutCreateInfo<'a, 'b> where
    'b: 'a, 
{ pub flags: VkDescriptorSetLayoutCreateFlags, pub bindings: &'a [VkDescriptorSetLayoutBinding<'b>], }

Fields

Trait Implementations

impl<'a, 'b> Debug for VkDescriptorSetLayoutCreateInfo<'a, 'b> where
    'b: 'a, 
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b> Clone for VkDescriptorSetLayoutCreateInfo<'a, 'b> where
    'b: 'a, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

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

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