pub struct RenderPassCreationControlEXTBuilder<'a> { /* private fields */ }Expand description
Builder for RenderPassCreationControlEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> RenderPassCreationControlEXTBuilder<'a>
impl<'a> RenderPassCreationControlEXTBuilder<'a>
pub fn disallow_merging(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsRenderPassCreationControlEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsRenderPassCreationControlEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See RenderPassCreationControlEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for RenderPassCreationControlEXTBuilder<'a>
impl<'a> Deref for RenderPassCreationControlEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for RenderPassCreationControlEXTBuilder<'a>
impl<'a> RefUnwindSafe for RenderPassCreationControlEXTBuilder<'a>
impl<'a> !Send for RenderPassCreationControlEXTBuilder<'a>
impl<'a> !Sync for RenderPassCreationControlEXTBuilder<'a>
impl<'a> Unpin for RenderPassCreationControlEXTBuilder<'a>
impl<'a> UnsafeUnpin for RenderPassCreationControlEXTBuilder<'a>
impl<'a> UnwindSafe for RenderPassCreationControlEXTBuilder<'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