Trait mpi::datatype::PointerMut [] [src]

pub unsafe trait PointerMut {
    unsafe fn pointer_mut(&mut self) -> *mut c_void;
}

Provides a mutable pointer to the starting address in memory.

Required Methods

A mutable pointer to the starting address in memory

Implementors