Struct mpi::request::PlainRequest [] [src]

#[must_use]
pub struct PlainRequest(_);

A request object for an non-blocking operation that holds no references

Examples

See examples/immediate_barrier.rs

Standard section(s)

3.7.1

Methods

impl PlainRequest
[src]

Construct a request object from the raw MPI type

Trait Implementations

impl AsRaw for PlainRequest
[src]

The raw MPI C API type

The raw value

impl AsRawMut for PlainRequest
[src]

A mutable pointer to the raw value

impl Request for PlainRequest
[src]

Returns true for a null request handle.

Wait for an operation to finish. Read more

Test whether an operation has finished. Read more

Cancel an operation. Read more

impl Drop for PlainRequest
[src]

A method called when the value goes out of scope. Read more