Struct ash::vk::ImageDrmFormatModifierListCreateInfoEXT [−][src]
#[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 u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ImageDrmFormatModifierListCreateInfoEXT
impl !Sync for ImageDrmFormatModifierListCreateInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more