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