#[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: StructureTypep_next: *const c_voiddrm_format_modifier: u64sharing_mode: SharingModequeue_family_index_count: u32p_queue_family_indices: *const u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl Clone for PhysicalDeviceImageDrmFormatModifierInfoEXT
sourcefn clone(&self) -> PhysicalDeviceImageDrmFormatModifierInfoEXT
fn clone(&self) -> PhysicalDeviceImageDrmFormatModifierInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl Default for PhysicalDeviceImageDrmFormatModifierInfoEXT
sourcefn default() -> PhysicalDeviceImageDrmFormatModifierInfoEXT
fn default() -> PhysicalDeviceImageDrmFormatModifierInfoEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceImageDrmFormatModifierInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl !Send for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl !Sync for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl Unpin for PhysicalDeviceImageDrmFormatModifierInfoEXT
impl UnwindSafe for PhysicalDeviceImageDrmFormatModifierInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more