Struct unity_native_plugin_sys::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
sType: VkStructureTypepNext: *const c_voidflags: VkImageViewCreateFlagsimage: VkImageviewType: VkImageViewTypeformat: VkFormatcomponents: VkComponentMappingsubresourceRange: VkImageSubresourceRangeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkImageViewCreateInfo
impl !Send for VkImageViewCreateInfo
impl !Sync for VkImageViewCreateInfo
impl Unpin for VkImageViewCreateInfo
impl UnwindSafe for VkImageViewCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more