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