pub struct CudaBackendArray { /* private fields */ }
Expand description
A structure of CUDA backend array.
This structure contains the reference to the device memory.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CudaBackendArray
impl RefUnwindSafe for CudaBackendArray
impl Send for CudaBackendArray
impl Sync for CudaBackendArray
impl Unpin for CudaBackendArray
impl UnwindSafe for CudaBackendArray
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