pub trait DeviceCopyExt: DeviceCopy {
    fn as_dbox(&self) -> CudaResult<DeviceBox<Self>> { ... }
}

Provided methods

Makes a new DeviceBox from this value.

Implementors