Function cuda_sys::cudart::cudaMemcpyPeer[][src]

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