Expand description
Fields
task_count: u32first_task: u32Implementations
sourceimpl DrawMeshTasksIndirectCommandNV
impl DrawMeshTasksIndirectCommandNV
pub fn builder<'a>() -> DrawMeshTasksIndirectCommandNVBuilder<'a>
Trait Implementations
sourceimpl Clone for DrawMeshTasksIndirectCommandNV
impl Clone for DrawMeshTasksIndirectCommandNV
sourcefn clone(&self) -> DrawMeshTasksIndirectCommandNV
fn clone(&self) -> DrawMeshTasksIndirectCommandNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DrawMeshTasksIndirectCommandNV
impl Default for DrawMeshTasksIndirectCommandNV
sourcefn default() -> DrawMeshTasksIndirectCommandNV
fn default() -> DrawMeshTasksIndirectCommandNV
Returns the “default value” for a type. Read more
impl Copy for DrawMeshTasksIndirectCommandNV
Auto Trait Implementations
impl RefUnwindSafe for DrawMeshTasksIndirectCommandNV
impl Send for DrawMeshTasksIndirectCommandNV
impl Sync for DrawMeshTasksIndirectCommandNV
impl Unpin for DrawMeshTasksIndirectCommandNV
impl UnwindSafe for DrawMeshTasksIndirectCommandNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more