Struct lava::VkImageViewCreateInfo[][src]

pub struct VkImageViewCreateInfo<'a> {
    pub flags: VkImageViewCreateFlags,
    pub image: &'a VkImage,
    pub view_type: VkImageViewType,
    pub format: VkFormat,
    pub components: VkComponentMapping,
    pub subresource_range: VkImageSubresourceRange,
}

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImageViewCreateInfo<'static>
[src]

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

Auto Trait Implementations

impl<'a> !Send for VkImageViewCreateInfo<'a>

impl<'a> !Sync for VkImageViewCreateInfo<'a>