Struct mpi::datatype::PartitionMut

source ·
pub struct PartitionMut<'b, B: 'b + ?Sized, C, D> { /* private fields */ }
Expand description

Adds a partitioning to an existing BufferMut so that it becomes Partitioned

Implementations

Partition buf using counts and displs

Trait Implementations

The type of the associated MPI datatype (e.g. SystemDatatype or UserDatatype)
The associated MPI datatype
The count of elements in each partition.
The displacement from the start of the buffer for each partition.
A pointer to counts()
A pointer to displs()
A mutable pointer to the starting address in memory

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
The error type produced by a failed conversion.
Convert the given value into an approximately equivalent representation.
The error type produced by a failed conversion.
Convert the subject into an approximately equivalent representation.
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Approximate the subject with the default scheme.
Approximate the subject with a specific scheme.
Approximate the subject to a given type with the default scheme.
Approximate the subject to a given type with a specific scheme.
Convert the subject to a given type.
Attempt to convert the subject to a given type.
Attempt a value conversion of the subject to a given type.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The error type produced by a failed conversion.
Convert the given value into the subject type.
The type returned in the event of a conversion error.
Performs the conversion.
The error type produced by a failed conversion.
Convert the subject into the destination type.
The type returned in the event of a conversion error.
Performs the conversion.
The error type produced by a failed conversion.
Convert the given value into an exactly equivalent representation.
The error type produced by a failed conversion.
Convert the subject into an exactly equivalent representation.