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