Trait mpi::datatype::Buffer [] [src]

pub unsafe trait Buffer: Pointer + Collection + AsDatatype { }

A buffer is a region in memory that starts at pointer() and contains count() copies of as_datatype().

Implementations on Foreign Types

impl<T> Buffer for [T] where
    T: Equivalence
[src]

Implementors