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: IndirectCommandsLayoutUsageFlagsNV) -> Self
pub fn pipeline_bind_point(self, value: PipelineBindPoint) -> Self
pub fn tokens(self, slice: &'a [IndirectCommandsLayoutTokenNV]) -> Self
pub fn stream_strides(self, slice: &'a [u32]) -> Self
Sourcepub fn push_next<T: ExtendsIndirectCommandsLayoutCreateInfoNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsIndirectCommandsLayoutCreateInfoNV>( self, next: &'a mut T, ) -> Self
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>
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