#[repr(C)]pub struct ImageDrmFormatModifierPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub drm_format_modifier: u64,
}Expand description
VkImageDrmFormatModifierPropertiesEXT
Provided by VK_EXT_image_drm_format_modifier.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
drm_format_modifier: u64Implementations§
Source§impl ImageDrmFormatModifierPropertiesEXT
impl ImageDrmFormatModifierPropertiesEXT
Sourcepub fn builder<'a>() -> ImageDrmFormatModifierPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> ImageDrmFormatModifierPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ImageDrmFormatModifierPropertiesEXT
impl Clone for ImageDrmFormatModifierPropertiesEXT
Source§fn clone(&self) -> ImageDrmFormatModifierPropertiesEXT
fn clone(&self) -> ImageDrmFormatModifierPropertiesEXT
Returns a duplicate 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 Default for ImageDrmFormatModifierPropertiesEXT
impl Default for ImageDrmFormatModifierPropertiesEXT
Source§fn default() -> ImageDrmFormatModifierPropertiesEXT
fn default() -> ImageDrmFormatModifierPropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for ImageDrmFormatModifierPropertiesEXT
Auto Trait Implementations§
impl Freeze for ImageDrmFormatModifierPropertiesEXT
impl RefUnwindSafe for ImageDrmFormatModifierPropertiesEXT
impl !Send for ImageDrmFormatModifierPropertiesEXT
impl !Sync for ImageDrmFormatModifierPropertiesEXT
impl Unpin for ImageDrmFormatModifierPropertiesEXT
impl UnsafeUnpin for ImageDrmFormatModifierPropertiesEXT
impl UnwindSafe for ImageDrmFormatModifierPropertiesEXT
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