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