Struct ash::vk::ImageFormatListCreateInfo
source · #[repr(C)]pub struct ImageFormatListCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub view_format_count: u32,
pub p_view_formats: *const Format,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§view_format_count: u32
§p_view_formats: *const Format
Implementations§
source§impl ImageFormatListCreateInfo
impl ImageFormatListCreateInfo
pub fn builder<'a>() -> ImageFormatListCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for ImageFormatListCreateInfo
impl Clone for ImageFormatListCreateInfo
source§fn clone(&self) -> ImageFormatListCreateInfo
fn clone(&self) -> ImageFormatListCreateInfo
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