Trait mpi::datatype::Datatype
[−]
[src]
pub trait Datatype: AsRaw<Raw = MPI_Datatype> { }
A Datatype describes the layout of messages in memory.
Implementors
impl Datatype for SystemDatatype
impl Datatype for UserDatatype
impl<'a, D> Datatype for &'a D where D: 'a + Datatype