#[repr(C)]pub struct PhysicalDeviceImageDrmFormatModifierInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub drm_format_modifier: u64,
pub sharing_mode: SharingMode,
pub queue_family_index_count: u32,
pub queue_family_indices: *const u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddrm_format_modifier: u64sharing_mode: SharingModequeue_family_index_count: u32queue_family_indices: *const u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more