Struct ash::vk::PhysicalDeviceImageViewImageFormatInfoEXT
source · #[repr(C)]pub struct PhysicalDeviceImageViewImageFormatInfoEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_view_type: ImageViewType,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§image_view_type: ImageViewTypeImplementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceImageViewImageFormatInfoEXT
impl Clone for PhysicalDeviceImageViewImageFormatInfoEXT
source§fn clone(&self) -> PhysicalDeviceImageViewImageFormatInfoEXT
fn clone(&self) -> PhysicalDeviceImageViewImageFormatInfoEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more