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
unsafe fn pointer_mut(&mut self) -> *mut c_void
A mutable pointer to the starting address in memory
Implementors
impl<T> PointerMut for T where T: Equivalence
impl<T> PointerMut for [T] where T: Equivalence
impl<'d, 'b, D, B: ?Sized> PointerMut for MutView<'d, 'b, D, B> where D: 'd + Datatype,
B: 'b + PointerMutimpl<'b, B: ?Sized, C, D> PointerMut for PartitionMut<'b, B, C, D> where B: 'b + PointerMut