pub type cuStreamCopyAttributes_params = cuStreamCopyAttributes_params_st;Aliased Type§
#[repr(C)]pub struct cuStreamCopyAttributes_params {
pub dstStream: *mut CUstream_st,
pub srcStream: *mut CUstream_st,
}Fields§
§dstStream: *mut CUstream_st§srcStream: *mut CUstream_st