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