#[repr(C)]pub struct DrawMeshTasksIndirectCommandNV {
pub task_count: u32,
pub first_task: u32,
}Expand description
Fields§
§task_count: u32§first_task: u32Implementations§
Source§impl DrawMeshTasksIndirectCommandNV
impl DrawMeshTasksIndirectCommandNV
pub fn task_count(self, value: u32) -> Self
pub fn first_task(self, value: u32) -> Self
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 (const: unstable) · 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
Source§impl Default for DrawMeshTasksIndirectCommandNV
Available on crate feature ext_mesh_shader only.
impl Default for DrawMeshTasksIndirectCommandNV
Available on crate feature
ext_mesh_shader only.impl Send for DrawMeshTasksIndirectCommandNV
Available on crate feature
ext_mesh_shader only.impl Sync for DrawMeshTasksIndirectCommandNV
Available on crate feature
ext_mesh_shader only.Auto Trait Implementations§
impl Freeze for DrawMeshTasksIndirectCommandNV
impl RefUnwindSafe for DrawMeshTasksIndirectCommandNV
impl Unpin for DrawMeshTasksIndirectCommandNV
impl UnsafeUnpin for DrawMeshTasksIndirectCommandNV
impl UnwindSafe for DrawMeshTasksIndirectCommandNV
Blanket Implementations§
impl<T> Alias<T> for T
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