Struct mpi::point_to_point::Message [] [src]

#[must_use]
pub struct Message(_);

Describes a pending incoming message, probed by a matched_probe().

Standard section(s)

3.8.2

Methods

impl Message
[src]

[src]

True if the Source for the probe was the null process.

[src]

Receive a previously probed message containing a single instance of type Msg.

Receives the message &self which contains a single instance of type Msg.

Standard section(s)

3.8.3

[src]

Receive a previously probed message into a Buffer.

Receive the message &self with contents matching buf.

Standard section(s)

3.8.3

[src]

Asynchronously receive a previously probed message into a Buffer.

Asynchronously receive the message &self with contents matching buf.

Standard section(s)

3.8.3

Trait Implementations

impl AsRaw for Message
[src]

The raw MPI C API type

[src]

The raw value

impl AsRawMut for Message
[src]

[src]

A mutable pointer to the raw value

impl Drop for Message
[src]

[src]

Executes the destructor for this type. Read more