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]

[src]

Construct a Status value from the raw MPI type

[src]

The rank of the message source

[src]

The message tag

[src]

Number of instances of the type contained in the message

Trait Implementations

impl Copy for Status
[src]

impl Clone for Status
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Status
[src]

[src]

Formats the value using the given formatter. Read more