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