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: StructureTypep_next: *const c_voidflags: ImageViewCreateFlagsimage: Imageview_type: ImageViewTypeformat: Formatcomponents: ComponentMappingsubresource_range: ImageSubresourceRangeImplementations
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