Struct lava::VkDescriptorUpdateTemplateEntry[][src]

pub struct VkDescriptorUpdateTemplateEntry {
    pub dst_binding: usize,
    pub dst_array_element: usize,
    pub descriptor_count: usize,
    pub descriptor_type: VkDescriptorType,
    pub offset: usize,
    pub stride: usize,
}

Fields

Trait Implementations

impl Debug for VkDescriptorUpdateTemplateEntry
[src]

Formats the value using the given formatter. Read more

impl Clone for VkDescriptorUpdateTemplateEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDescriptorUpdateTemplateEntry
[src]

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

Auto Trait Implementations