Struct ash::vk::DrawMeshTasksIndirectCommandNV
source · #[repr(C)]pub struct DrawMeshTasksIndirectCommandNV {
pub task_count: u32,
pub first_task: u32,
}
Expand description
Fields§
§task_count: u32
§first_task: u32
Implementations§
source§impl DrawMeshTasksIndirectCommandNV
impl DrawMeshTasksIndirectCommandNV
pub fn builder<'a>() -> DrawMeshTasksIndirectCommandNVBuilder<'a>
Trait Implementations§
source§impl Clone for DrawMeshTasksIndirectCommandNV
impl Clone for DrawMeshTasksIndirectCommandNV
source§fn clone(&self) -> DrawMeshTasksIndirectCommandNV
fn clone(&self) -> DrawMeshTasksIndirectCommandNV
Returns a copy 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 moresource§impl Default for DrawMeshTasksIndirectCommandNV
impl Default for DrawMeshTasksIndirectCommandNV
source§fn default() -> DrawMeshTasksIndirectCommandNV
fn default() -> DrawMeshTasksIndirectCommandNV
Returns the “default value” for a type. Read more
impl 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