Struct ash::vk::RenderPassCreationControlEXTBuilder
source · pub struct RenderPassCreationControlEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> RenderPassCreationControlEXTBuilder<'a>
impl<'a> RenderPassCreationControlEXTBuilder<'a>
pub fn disallow_merging(self, disallow_merging: bool) -> Self
sourcepub fn build(self) -> RenderPassCreationControlEXT
pub fn build(self) -> RenderPassCreationControlEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for RenderPassCreationControlEXTBuilder<'a>
impl<'a> Deref for RenderPassCreationControlEXTBuilder<'a>
source§impl<'a> DerefMut for RenderPassCreationControlEXTBuilder<'a>
impl<'a> DerefMut for RenderPassCreationControlEXTBuilder<'a>
impl ExtendsRenderPassCreateInfo2 for RenderPassCreationControlEXTBuilder<'_>
impl ExtendsSubpassDescription2 for RenderPassCreationControlEXTBuilder<'_>
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> 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