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