Function cuda_sys::cuda::cuMemsetD2D8Async[][src]

pub unsafe extern "C" fn cuMemsetD2D8Async(
    dstDevice: CUdeviceptr,
    dstPitch: usize,
    uc: c_uchar,
    Width: usize,
    Height: usize,
    hStream: CUstream
) -> CUresult