Struct lava::vk_write_descriptor_set::VkWriteDescriptorSet[][src]

pub struct VkWriteDescriptorSet<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'c: 'b,
    'd: 'b,
    'f: 'e, 
{ pub dst_set: &'a VkDescriptorSet, pub dst_binding: usize, pub dst_array_element: usize, pub descriptor_type: VkDescriptorType, pub image_info: &'b [VkDescriptorImageInfo<'c, 'd>], pub buffer_info: &'e [VkDescriptorBufferInfo<'f>], pub texel_buffer_view: &'g [VkBufferView], }

Fields

Trait Implementations

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> Debug for VkWriteDescriptorSet<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'c: 'b,
    'd: 'b,
    'f: 'e, 
[src]

Formats the value using the given formatter. Read more

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> Clone for VkWriteDescriptorSet<'a, 'b, 'c, 'd, 'e, 'f, 'g> where
    'c: 'b,
    'd: 'b,
    'f: 'e, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> !Send for VkWriteDescriptorSet<'a, 'b, 'c, 'd, 'e, 'f, 'g>

impl<'a, 'b, 'c, 'd, 'e, 'f, 'g> !Sync for VkWriteDescriptorSet<'a, 'b, 'c, 'd, 'e, 'f, 'g>