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