Type Alias cudaIpcEventHandle_t

Source
pub type cudaIpcEventHandle_t = cudaIpcEventHandle_st;
Expand description

CUDA IPC event handle

Aliased Type§

#[repr(C)]
pub struct cudaIpcEventHandle_t { pub reserved: [i8; 64], }

Fields§

§reserved: [i8; 64]