Struct vks::vk::VkImageViewCreateInfo [] [src]

#[repr(C)]
pub struct VkImageViewCreateInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub flags: VkImageViewCreateFlags, pub image: VkImage, pub viewType: VkImageViewType, pub format: VkFormat, pub components: VkComponentMapping, pub subresourceRange: VkImageSubresourceRange, }

Fields

Trait Implementations

impl Debug for VkImageViewCreateInfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkImageViewCreateInfo
[src]

impl Clone for VkImageViewCreateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkImageViewCreateInfo
[src]

[src]

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