pub struct IndirectCommandsLayoutCreateInfoNVBuilder<'a> { /* private fields */ }Expand description
Builder for IndirectCommandsLayoutCreateInfoNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
pub fn flags( self, value: IndirectCommandsLayoutUsageFlagBitsNV, ) -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
pub fn pipeline_bind_point( self, value: PipelineBindPoint, ) -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
pub fn tokens( self, slice: &'a [IndirectCommandsLayoutTokenNV], ) -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
pub fn stream_strides( self, slice: &'a [u32], ) -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Prepend a struct to the pNext chain. See IndirectCommandsLayoutCreateInfoNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> Deref for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Source§type Target = IndirectCommandsLayoutCreateInfoNV
type Target = IndirectCommandsLayoutCreateInfoNV
The resulting type after dereferencing.
Source§impl<'a> DerefMut for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> DerefMut for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> !Send for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> !Sync for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> Unpin for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> UnsafeUnpin for IndirectCommandsLayoutCreateInfoNVBuilder<'a>
impl<'a> UnwindSafe for IndirectCommandsLayoutCreateInfoNVBuilder<'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