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

Implementations on Foreign Types

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

[src]

Implementors