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, ) -> DispatchIndirect2InfoKHRBuilder<'a>
pub fn address_flags( self, value: AddressCommandFlagBitsKHR, ) -> DispatchIndirect2InfoKHRBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> DispatchIndirect2InfoKHRBuilder<'a>where
T: ExtendsDispatchIndirect2InfoKHR,
pub fn push_next<T>(
self,
next: &'a mut T,
) -> DispatchIndirect2InfoKHRBuilder<'a>where
T: ExtendsDispatchIndirect2InfoKHR,
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>
Source§type Target = DispatchIndirect2InfoKHR
type Target = DispatchIndirect2InfoKHR
The resulting type after dereferencing.
Source§impl<'a> DerefMut for DispatchIndirect2InfoKHRBuilder<'a>
impl<'a> DerefMut for DispatchIndirect2InfoKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> !Send for DispatchIndirect2InfoKHRBuilder<'a>
impl<'a> !Sync for DispatchIndirect2InfoKHRBuilder<'a>
impl<'a> Freeze for DispatchIndirect2InfoKHRBuilder<'a>
impl<'a> RefUnwindSafe 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