pub struct GpuCacheLookup { /* private fields */ }Implementations§
Source§impl GpuCacheLookup
impl GpuCacheLookup
pub fn slot_device(&self) -> &TrackedCudaSlice<u32>
pub fn compile_needed_device(&self) -> &TrackedCudaSlice<u32>
pub fn provider(&self) -> &Arc<CudaKernelProvider>
pub fn into_handle(self) -> Result<GpuCircuitCacheHandle>
Auto Trait Implementations§
impl Freeze for GpuCacheLookup
impl RefUnwindSafe for GpuCacheLookup
impl Send for GpuCacheLookup
impl Sync for GpuCacheLookup
impl Unpin for GpuCacheLookup
impl UnsafeUnpin for GpuCacheLookup
impl UnwindSafe for GpuCacheLookup
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