Trait mpi::datatype::PartitionedBuffer

source ·
pub trait PartitionedBuffer: Partitioned + Pointer + AsDatatype { }
Expand description

A buffer that is Partitioned

Implementors§

source§

impl<'b, B, C, D> PartitionedBuffer for Partition<'b, B, C, D>
where B: 'b + Pointer + AsDatatype + ?Sized, C: Borrow<[Count]>, D: Borrow<[Count]>,