[][src]Function cuda_runtime_sys::cudaMemcpyPeer

pub unsafe extern "C" fn cudaMemcpyPeer(
    dst: *mut c_void,
    dstDevice: c_int,
    src: *const c_void,
    srcDevice: c_int,
    count: usize
) -> cudaError_t