Struct rcudnn::cuda::CudaDeviceMemory
source · pub struct CudaDeviceMemory { /* private fields */ }
Expand description
A pointer to memory existing on a nvidia GPU
Implementations§
source§impl CudaDeviceMemory
impl CudaDeviceMemory
Trait Implementations§
source§impl Debug for CudaDeviceMemory
impl Debug for CudaDeviceMemory
Auto Trait Implementations§
impl RefUnwindSafe for CudaDeviceMemory
impl !Send for CudaDeviceMemory
impl !Sync for CudaDeviceMemory
impl Unpin for CudaDeviceMemory
impl UnwindSafe for CudaDeviceMemory
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