pub struct op_webgpu_render_pass_draw_indirect;Expand description
Auto-generated by deno_ops, i.e: #[op]
Use op_webgpu_render_pass_draw_indirect::decl() to get an op-declaration
you can include in a deno_core::Extension.
Auto Trait Implementations
impl RefUnwindSafe for op_webgpu_render_pass_draw_indirect
impl Send for op_webgpu_render_pass_draw_indirect
impl Sync for op_webgpu_render_pass_draw_indirect
impl Unpin for op_webgpu_render_pass_draw_indirect
impl UnwindSafe for op_webgpu_render_pass_draw_indirect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more