pub struct CudaModule { /* private fields */ }Expand description
Loaded CUmodule with cached function lookups. Drop unloads.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CudaModule
impl RefUnwindSafe for CudaModule
impl Send for CudaModule
impl Sync for CudaModule
impl Unpin for CudaModule
impl UnwindSafe for CudaModule
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