Struct ash::vk::types::ImageViewCreateInfo [] [src]

#[repr(C)]
pub struct ImageViewCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: ImageViewCreateFlags, pub image: Image, pub view_type: ImageViewType, pub format: Format, pub components: ComponentMapping, pub subresource_range: ImageSubresourceRange, }

Fields

Trait Implementations

impl Debug for ImageViewCreateInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImageViewCreateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more