Struct lava::ext::VkPipelineVertexInputDivisorStateCreateInfo[][src]

pub struct VkPipelineVertexInputDivisorStateCreateInfo<'a> {
    pub vertex_binding_divisors: &'a [VkVertexInputBindingDivisorDescription],
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPipelineVertexInputDivisorStateCreateInfo<'static>
[src]

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

Auto Trait Implementations