#[repr(C)]pub struct DrawMeshTasksIndirectCommandNV {
pub taskCount: u32,
pub firstTask: u32,
}
Fields§
§taskCount: u32
§firstTask: u32
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§const fn clone_from(&mut self, source: &Self)
const 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 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