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