pub struct DrawMeshTasksIndirectCommandNVBuilder { /* private fields */ }Expand description
Builder for DrawMeshTasksIndirectCommandNV.
Implementations§
Source§impl DrawMeshTasksIndirectCommandNVBuilder
impl DrawMeshTasksIndirectCommandNVBuilder
pub fn task_count(self, value: u32) -> DrawMeshTasksIndirectCommandNVBuilder
pub fn first_task(self, value: u32) -> DrawMeshTasksIndirectCommandNVBuilder
Trait Implementations§
Source§impl Deref for DrawMeshTasksIndirectCommandNVBuilder
impl Deref for DrawMeshTasksIndirectCommandNVBuilder
Source§type Target = DrawMeshTasksIndirectCommandNV
type Target = DrawMeshTasksIndirectCommandNV
The resulting type after dereferencing.
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