Trait mpi::datatype::Datatype [] [src]

pub trait Datatype: AsRaw<Raw = MPI_Datatype> { }

A Datatype describes the layout of messages in memory.

Implementors