Struct burn_wgpu::compute::DynamicKernel
source · pub struct DynamicKernel<K> { /* private fields */ }Expand description
Wraps a dynamic kernel source into a kernel with launch information such as workgroup.
Implementations§
Trait Implementations§
source§impl<K> Kernel for DynamicKernel<K>where
K: DynamicKernelSource + 'static,
impl<K> Kernel for DynamicKernel<K>where K: DynamicKernelSource + 'static,
Auto Trait Implementations§
impl<K> RefUnwindSafe for DynamicKernel<K>where K: RefUnwindSafe,
impl<K> Send for DynamicKernel<K>where K: Send,
impl<K> Sync for DynamicKernel<K>where K: Sync,
impl<K> Unpin for DynamicKernel<K>where K: Unpin,
impl<K> UnwindSafe for DynamicKernel<K>where K: UnwindSafe,
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