Trait mpi::datatype::Collection
[−]
[src]
pub unsafe trait Collection { fn count(&self) -> Count; }
A countable collection of things.
Required Methods
Implementations on Foreign Types
impl<T> Collection for [T] where
T: Equivalence,
[src]
T: Equivalence,
Implementors
impl<T> Collection for T where
T: Equivalence,impl<'a> Collection for DynBuffer<'a>
impl<'a> Collection for DynBufferMut<'a>
impl<'d, 'b, D, B: ?Sized> Collection for View<'d, 'b, D, B> where
D: 'd + Datatype,
B: 'b + Pointer,impl<'d, 'b, D, B: ?Sized> Collection for MutView<'d, 'b, D, B> where
D: 'd + Datatype,
B: 'b + PointerMut,