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