Struct mpi::point_to_point::Status [] [src]

pub struct Status(_);

Describes the result of a point to point receive operation.

Standard section(s)

3.2.5

Methods

impl Status
[src]

Construct a Status value from the raw MPI type

The rank of the message source

The message tag

Number of instances of the type contained in the message

Trait Implementations

impl Copy for Status
[src]

impl Clone for Status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Status
[src]

Formats the value using the given formatter.