Trait mpi::collective::Operation
[−]
[src]
pub trait Operation: AsRaw<Raw = MPI_Op> { }
An operation to be used in a reduction or scan type operation, e.g. MPI_SUM
Implementors
impl<'a, T: 'a + Operation> Operation for &'a T
impl Operation for SystemOperation