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