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

Implementors