pub type cuMemPrefetchAsync_params = cuMemPrefetchAsync_params_st;Aliased Type§
#[repr(C)]pub struct cuMemPrefetchAsync_params {
pub devPtr: u64,
pub count: usize,
pub dstDevice: i32,
pub hStream: *mut CUstream_st,
}Fields§
§devPtr: u64§count: usize§dstDevice: i32§hStream: *mut CUstream_st