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