#[repr(C)]pub struct DrawMeshTasksIndirectCommandEXT {
pub groupCountX: u32,
pub groupCountY: u32,
pub groupCountZ: u32,
}Fields§
§groupCountX: u32§groupCountY: u32§groupCountZ: u32Trait Implementations§
Source§impl Clone for DrawMeshTasksIndirectCommandEXT
impl Clone for DrawMeshTasksIndirectCommandEXT
Source§fn clone(&self) -> DrawMeshTasksIndirectCommandEXT
fn clone(&self) -> DrawMeshTasksIndirectCommandEXT
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 DrawMeshTasksIndirectCommandEXT
Auto Trait Implementations§
impl Freeze for DrawMeshTasksIndirectCommandEXT
impl RefUnwindSafe for DrawMeshTasksIndirectCommandEXT
impl Send for DrawMeshTasksIndirectCommandEXT
impl Sync for DrawMeshTasksIndirectCommandEXT
impl Unpin for DrawMeshTasksIndirectCommandEXT
impl UnwindSafe for DrawMeshTasksIndirectCommandEXT
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