pub struct ImageDrmFormatModifierListCreateInfoEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
pub fn drm_format_modifiers(self, drm_format_modifiers: &'a [u64]) -> Self
sourcepub fn build(self) -> ImageDrmFormatModifierListCreateInfoEXT
pub fn build(self) -> ImageDrmFormatModifierListCreateInfoEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> Deref for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
source§impl<'a> DerefMut for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> DerefMut for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl ExtendsImageCreateInfo for ImageDrmFormatModifierListCreateInfoEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> RefUnwindSafe for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> !Send for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> !Sync for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> Unpin for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> UnwindSafe for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
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