#[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
VkImageDrmFormatModifierListCreateInfoEXT
Provided by VK_EXT_image_drm_format_modifier.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
drm_format_modifier_count: u32Length of p_drm_format_modifiers.
p_drm_format_modifiers: *const u64Implementations§
Source§impl ImageDrmFormatModifierListCreateInfoEXT
impl ImageDrmFormatModifierListCreateInfoEXT
Sourcepub fn builder<'a>() -> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
pub fn builder<'a>() -> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImageDrmFormatModifierListCreateInfoEXT
impl Clone for ImageDrmFormatModifierListCreateInfoEXT
Source§fn clone(&self) -> ImageDrmFormatModifierListCreateInfoEXT
fn clone(&self) -> ImageDrmFormatModifierListCreateInfoEXT
Returns a duplicate 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 moreimpl Copy for ImageDrmFormatModifierListCreateInfoEXT
impl ExtendsImageCreateInfo for ImageDrmFormatModifierListCreateInfoEXT
Auto Trait Implementations§
impl Freeze for ImageDrmFormatModifierListCreateInfoEXT
impl RefUnwindSafe for ImageDrmFormatModifierListCreateInfoEXT
impl !Send for ImageDrmFormatModifierListCreateInfoEXT
impl !Sync for ImageDrmFormatModifierListCreateInfoEXT
impl Unpin for ImageDrmFormatModifierListCreateInfoEXT
impl UnsafeUnpin for ImageDrmFormatModifierListCreateInfoEXT
impl UnwindSafe for ImageDrmFormatModifierListCreateInfoEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more