Struct mpi::datatype::SystemDatatype [] [src]

pub struct SystemDatatype(_);

A system datatype, e.g. MPI_FLOAT

Standard section(s)

3.2.2

Trait Implementations

impl Copy for SystemDatatype
[src]

impl Clone for SystemDatatype
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRaw for SystemDatatype
[src]

The raw MPI C API type

The raw value

impl Datatype for SystemDatatype
[src]