Struct lava::VkDescriptorImageInfo[][src]

pub struct VkDescriptorImageInfo<'a, 'b> {
    pub sampler: &'a VkSampler,
    pub image_view: &'b VkImageView,
    pub image_layout: VkImageLayout,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

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

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