pub struct DrawMeshTasksIndirectCommandNVBuilder { /* private fields */ }Expand description
Builder for DrawMeshTasksIndirectCommandNV.
Implementations§
Source§impl DrawMeshTasksIndirectCommandNVBuilder
impl DrawMeshTasksIndirectCommandNVBuilder
pub fn task_count(self, value: u32) -> Self
pub fn first_task(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrawMeshTasksIndirectCommandNVBuilder
impl RefUnwindSafe for DrawMeshTasksIndirectCommandNVBuilder
impl Send for DrawMeshTasksIndirectCommandNVBuilder
impl Sync for DrawMeshTasksIndirectCommandNVBuilder
impl Unpin for DrawMeshTasksIndirectCommandNVBuilder
impl UnsafeUnpin for DrawMeshTasksIndirectCommandNVBuilder
impl UnwindSafe for DrawMeshTasksIndirectCommandNVBuilder
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