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