Trait mpi::datatype::Pointer [] [src]

pub unsafe trait Pointer {
    unsafe fn pointer(&self) -> *const c_void;
}

Provides a pointer to the starting address in memory.

Required Methods

A pointer to the starting address in memory

Implementations on Foreign Types

impl<T> Pointer for [T] where
    T: Equivalence
[src]

[src]

Implementors