pub struct FramebufferAttachmentsCreateInfoBuilder<'b> { /* private fields */ }Expand description
A builder for a FramebufferAttachmentsCreateInfo.
Implementations§
Source§impl<'b> FramebufferAttachmentsCreateInfoBuilder<'b>
impl<'b> FramebufferAttachmentsCreateInfoBuilder<'b>
pub fn attachment_image_infos( self, attachment_image_infos: &'b [impl Cast<Target = FramebufferAttachmentImageInfo>], ) -> Self
pub fn build(self) -> FramebufferAttachmentsCreateInfo
Trait Implementations§
Source§impl Cast for FramebufferAttachmentsCreateInfoBuilder<'_>
impl Cast for FramebufferAttachmentsCreateInfoBuilder<'_>
Source§type Target = FramebufferAttachmentsCreateInfo
type Target = FramebufferAttachmentsCreateInfo
The other type this type can be used interchangeably with in FFI.
Source§impl<'b> Clone for FramebufferAttachmentsCreateInfoBuilder<'b>
impl<'b> Clone for FramebufferAttachmentsCreateInfoBuilder<'b>
Source§fn clone(&self) -> FramebufferAttachmentsCreateInfoBuilder<'b>
fn clone(&self) -> FramebufferAttachmentsCreateInfoBuilder<'b>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'b> Debug for FramebufferAttachmentsCreateInfoBuilder<'b>
impl<'b> Debug for FramebufferAttachmentsCreateInfoBuilder<'b>
Source§impl<'b> Default for FramebufferAttachmentsCreateInfoBuilder<'b>
impl<'b> Default for FramebufferAttachmentsCreateInfoBuilder<'b>
Source§fn default() -> FramebufferAttachmentsCreateInfoBuilder<'b>
fn default() -> FramebufferAttachmentsCreateInfoBuilder<'b>
Returns the “default value” for a type. Read more
Source§impl Deref for FramebufferAttachmentsCreateInfoBuilder<'_>
impl Deref for FramebufferAttachmentsCreateInfoBuilder<'_>
Source§impl DerefMut for FramebufferAttachmentsCreateInfoBuilder<'_>
impl DerefMut for FramebufferAttachmentsCreateInfoBuilder<'_>
impl<'b> Copy for FramebufferAttachmentsCreateInfoBuilder<'b>
Auto Trait Implementations§
impl<'b> Freeze for FramebufferAttachmentsCreateInfoBuilder<'b>
impl<'b> RefUnwindSafe for FramebufferAttachmentsCreateInfoBuilder<'b>
impl<'b> Send for FramebufferAttachmentsCreateInfoBuilder<'b>
impl<'b> Sync for FramebufferAttachmentsCreateInfoBuilder<'b>
impl<'b> Unpin for FramebufferAttachmentsCreateInfoBuilder<'b>
impl<'b> UnwindSafe for FramebufferAttachmentsCreateInfoBuilder<'b>
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