Trait mpi::raw::AsRaw
[−]
[src]
pub unsafe trait AsRaw { type Raw; fn as_raw(&self) -> Self::Raw; }
A rust type than can identify as a raw value understood by the MPI C API.
Associated Types
type Raw
The raw MPI C API type
Required Methods
Implementors
impl AsRaw for SystemOperation
impl AsRaw for SystemDatatype
impl AsRaw for UserDatatype
impl AsRaw for Message
impl<'a, T> AsRaw for &'a T where T: 'a + AsRaw
impl AsRaw for PlainRequest
impl<'b, Buf: 'b + ?Sized> AsRaw for ReadRequest<'b, Buf>
impl<'b, Buf: 'b + ?Sized> AsRaw for WriteRequest<'b, Buf>
impl<'s, 'r, S: 's + ?Sized, R: 'r + ?Sized> AsRaw for ReadWriteRequest<'s, 'r, S, R>
impl AsRaw for SystemCommunicator
impl AsRaw for UserCommunicator
impl AsRaw for SystemGroup
impl AsRaw for UserGroup