#[repr(C)]pub struct DrawMeshTasksIndirectCommandNV {
pub task_count: u32,
pub first_task: u32,
}Expand description
VkDrawMeshTasksIndirectCommandNV
Provided by VK_NV_mesh_shader.
Fields§
§task_count: u32§first_task: u32Implementations§
Source§impl DrawMeshTasksIndirectCommandNV
impl DrawMeshTasksIndirectCommandNV
Sourcepub fn builder() -> DrawMeshTasksIndirectCommandNVBuilder
pub fn builder() -> DrawMeshTasksIndirectCommandNVBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for DrawMeshTasksIndirectCommandNV
impl Clone for DrawMeshTasksIndirectCommandNV
Source§fn clone(&self) -> DrawMeshTasksIndirectCommandNV
fn clone(&self) -> DrawMeshTasksIndirectCommandNV
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DrawMeshTasksIndirectCommandNV
Auto Trait Implementations§
impl Freeze for DrawMeshTasksIndirectCommandNV
impl RefUnwindSafe for DrawMeshTasksIndirectCommandNV
impl Send for DrawMeshTasksIndirectCommandNV
impl Sync for DrawMeshTasksIndirectCommandNV
impl Unpin for DrawMeshTasksIndirectCommandNV
impl UnsafeUnpin for DrawMeshTasksIndirectCommandNV
impl UnwindSafe for DrawMeshTasksIndirectCommandNV
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