Struct lava::VkVertexInputBindingDescription[][src]

pub struct VkVertexInputBindingDescription {
    pub binding: usize,
    pub stride: usize,
    pub input_rate: VkVertexInputRate,
}

Fields

Trait Implementations

impl Debug for VkVertexInputBindingDescription
[src]

Formats the value using the given formatter. Read more

impl Clone for VkVertexInputBindingDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkVertexInputBindingDescription
[src]

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

Auto Trait Implementations