#[repr(C)]pub struct PhysicalDeviceImageDrmFormatModifierInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub drm_format_modifier: u64,
pub sharing_mode: SharingMode,
pub queue_family_index_count: u32,
pub p_queue_family_indices: *const u32,
}Expand description
VkPhysicalDeviceImageDrmFormatModifierInfoEXT
Provided by VK_EXT_image_drm_format_modifier.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_DRM_FORMAT_MODIFIER_INFO_EXT.
p_next: *const c_voidOptional, may be null.
drm_format_modifier: u64§sharing_mode: SharingMode§queue_family_index_count: u32Length of p_queue_family_indices.
p_queue_family_indices: *const u32Implementations§
Source§impl PhysicalDeviceImageDrmFormatModifierInfoEXT
impl PhysicalDeviceImageDrmFormatModifierInfoEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceImageDrmFormatModifierInfoEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceImageDrmFormatModifierInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl Clone for PhysicalDeviceImageDrmFormatModifierInfoEXT
Source§fn clone(&self) -> PhysicalDeviceImageDrmFormatModifierInfoEXT
fn clone(&self) -> PhysicalDeviceImageDrmFormatModifierInfoEXT
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 PhysicalDeviceImageDrmFormatModifierInfoEXT
impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceImageDrmFormatModifierInfoEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl RefUnwindSafe for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl !Send for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl !Sync for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl Unpin for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl UnsafeUnpin for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl UnwindSafe for PhysicalDeviceImageDrmFormatModifierInfoEXT
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