Struct ash::vk::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, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: ImageViewCreateFlags
image: Image
view_type: ImageViewType
format: Format
components: ComponentMapping
subresource_range: ImageSubresourceRange
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ImageViewCreateInfo
impl !Send for ImageViewCreateInfo
impl !Sync for ImageViewCreateInfo
impl Unpin for ImageViewCreateInfo
impl UnwindSafe for ImageViewCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more