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
Implementations on Foreign Types
impl<T> PointerMut for [T] where
T: Equivalence,
[src]
T: Equivalence,
unsafe fn pointer_mut(&mut self) -> *mut c_void
[src]
Implementors
impl<T> PointerMut for T where
T: Equivalence,impl<'a> PointerMut for DynBufferMut<'a>
impl<'d, 'b, D, B: ?Sized> PointerMut for MutView<'d, 'b, D, B> where
D: 'd + Datatype,
B: 'b + PointerMut,impl<'b, B: ?Sized, C, D> PointerMut for PartitionMut<'b, B, C, D> where
B: 'b + PointerMut,