#[repr(C)]pub struct PhysicalDeviceImageDrmFormatModifierInfoEXT<'a> {
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,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§drm_format_modifier: u64
§sharing_mode: SharingMode
§queue_family_index_count: u32
§p_queue_family_indices: *const u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
impl<'a> PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
pub fn drm_format_modifier(self, drm_format_modifier: u64) -> Self
pub fn sharing_mode(self, sharing_mode: SharingMode) -> Self
pub fn queue_family_indices(self, queue_family_indices: &'a [u32]) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
impl<'a> Clone for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
source§fn clone(&self) -> PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
fn clone(&self) -> PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
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<'a> Debug for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
impl<'a> Debug for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_IMAGE_DRM_FORMAT_MODIFIER_INFO_EXT
impl<'a> Copy for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceImageDrmFormatModifierInfoEXT<'_>
impl Send for PhysicalDeviceImageDrmFormatModifierInfoEXT<'_>
impl Sync for PhysicalDeviceImageDrmFormatModifierInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
impl<'a> Unpin for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceImageDrmFormatModifierInfoEXT<'a>
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