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 u64
Implementations§
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 moresource§impl TaggedStructure for ImageDrmFormatModifierListCreateInfoEXT
impl TaggedStructure for ImageDrmFormatModifierListCreateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT
impl 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 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