pub struct ImageDrmFormatModifierListCreateInfoEXTBuilder<'a> { /* private fields */ }Expand description
Builder for ImageDrmFormatModifierListCreateInfoEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
pub fn drm_format_modifiers(self, slice: &'a [u64]) -> Self
Sourcepub fn push_next<T: ExtendsImageDrmFormatModifierListCreateInfoEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsImageDrmFormatModifierListCreateInfoEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See ImageDrmFormatModifierListCreateInfoEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
impl<'a> Deref for ImageDrmFormatModifierListCreateInfoEXTBuilder<'a>
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> UnsafeUnpin 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