[−][src]Function cuda::ffi::cuda_runtime_api::cudaMemcpyPeerAsync
pub unsafe extern "C" fn cudaMemcpyPeerAsync(
dst: *mut c_void,
dstDevice: c_int,
src: *const c_void,
srcDevice: c_int,
count: usize,
stream: cudaStream_t
) -> cudaError_t