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