#[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 u32Implementations§
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 more