Get the inner `CUevent` from the `Event`. Necessary for certain CUDA functions outside of this module that expect a bare `CUevent`.
(&self)
| 297 | // Necessary for certain CUDA functions outside of this |
| 298 | // module that expect a bare `CUevent`. |
| 299 | pub(crate) fn as_inner(&self) -> CUevent { |
| 300 | self.0 |
| 301 | } |
| 302 | |
| 303 | /// Destroy an `Event` returning an error. |
| 304 | /// |
no outgoing calls
no test coverage detected