Struct unity_native_plugin_sys::VkPhysicalDeviceImageViewImageFormatInfoEXT [−][src]
#[repr(C)]pub struct VkPhysicalDeviceImageViewImageFormatInfoEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub imageViewType: VkImageViewType,
}Fields
sType: VkStructureTypepNext: *mut c_voidimageViewType: VkImageViewTypeTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more