Module mpi::raw

source ·
Expand description

Bridge between rust types and raw values

Modules

Traits

  • A rust type than can identify as a raw value understood by the MPI C API.
  • A rust type than can provide a mutable pointer to a raw value understood by the MPI C API.
  • Conversion for the Rust type from the raw MPI handle type.
  • 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.