Function mpi_sys::MPI_Type_struct
[−]
[src]
pub unsafe extern "C" fn MPI_Type_struct(
count: c_int,
array_of_blocklengths: *mut c_int,
array_of_displacements: *mut MPI_Aint,
array_of_types: *mut MPI_Datatype,
newtype: *mut MPI_Datatype
) -> c_int