Struct lava::VkPipelineLayoutCreateInfo[][src]

pub struct VkPipelineLayoutCreateInfo<'a, 'b> {
    pub flags: VkPipelineLayoutCreateFlags,
    pub set_layouts: &'a [VkDescriptorSetLayout],
    pub push_constant_ranges: &'b [VkPushConstantRange],
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

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

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