Struct ash::vk::ImageDrmFormatModifierListCreateInfoEXT
source · #[repr(C)]pub struct ImageDrmFormatModifierListCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub drm_format_modifier_count: u32,
pub p_drm_format_modifiers: *const u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§drm_format_modifier_count: u32§p_drm_format_modifiers: *const u64Implementations§
Trait Implementations§
source§impl Clone for ImageDrmFormatModifierListCreateInfoEXT
impl Clone for ImageDrmFormatModifierListCreateInfoEXT
source§fn clone(&self) -> ImageDrmFormatModifierListCreateInfoEXT
fn clone(&self) -> ImageDrmFormatModifierListCreateInfoEXT
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