#[repr(C)]pub struct DispatchIndirectCommand {
pub x: u32,
pub y: u32,
pub z: u32,
}Fields§
§x: u32§y: u32§z: u32Auto 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