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
Implementations on Foreign Types
impl<T> Pointer for [T] where
T: Equivalence,
[src]
T: Equivalence,
Implementors
impl<T> Pointer for T where
T: Equivalence,impl<'a> Pointer for DynBuffer<'a>
impl<'a> Pointer for DynBufferMut<'a>
impl<'d, 'b, D, B: ?Sized> Pointer for View<'d, 'b, D, B> where
D: 'd + Datatype,
B: 'b + Pointer,impl<'b, B: ?Sized, C, D> Pointer for Partition<'b, B, C, D> where
B: 'b + Pointer,