#[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
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
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl Clone for PhysicalDeviceImageDrmFormatModifierInfoEXT
source§fn clone(&self) -> PhysicalDeviceImageDrmFormatModifierInfoEXT
fn clone(&self) -> PhysicalDeviceImageDrmFormatModifierInfoEXT
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 PhysicalDeviceImageDrmFormatModifierInfoEXT
impl TaggedStructure for PhysicalDeviceImageDrmFormatModifierInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_IMAGE_DRM_FORMAT_MODIFIER_INFO_EXT
impl 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 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