Struct mpi::request::CancelGuard [] [src]

pub struct CancelGuard<Req>(_) where Req: Request;

Guard object that cancels an operation when it is dropped

Examples

See examples/immediate.rs

Trait Implementations

impl<Req> Drop for CancelGuard<Req> where Req: Request
[src]

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

impl<Req> From<Req> for CancelGuard<Req> where Req: Request
[src]

Performs the conversion.