Skip to main content

cuMemPoolExportToShareableHandle_params

Type Alias cuMemPoolExportToShareableHandle_params 

Source
pub type cuMemPoolExportToShareableHandle_params = cuMemPoolExportToShareableHandle_params_st;

Aliased Type§

#[repr(C)]
pub struct cuMemPoolExportToShareableHandle_params { pub handle_out: *mut c_void, pub pool: *mut CUmemPoolHandle_st, pub handleType: CUmemAllocationHandleType_enum, pub flags: u64, }

Fields§

§handle_out: *mut c_void§pool: *mut CUmemPoolHandle_st§handleType: CUmemAllocationHandleType_enum§flags: u64