pub struct CudaLibrarySet { /* private fields */ }Expand description
Loaded CUDA runtime libraries kept alive for function-pointer validity.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CudaLibrarySet
impl RefUnwindSafe for CudaLibrarySet
impl Send for CudaLibrarySet
impl Sync for CudaLibrarySet
impl Unpin for CudaLibrarySet
impl UnsafeUnpin for CudaLibrarySet
impl UnwindSafe for CudaLibrarySet
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