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