Trait mpi::raw::MatchesRaw

source ·
pub unsafe trait MatchesRaw: AsRaw { }
Expand description

A marker trait that indicates the Rust type is exactly equivalent in representation to the Raw type, allowing slices of the type to be used with MPI APIs that accept arrays of its Raw MPI handle.

Implementors§