Struct mpi::point_to_point::Status
[−]
[src]
pub struct Status(_);
Methods
impl Status
[src]
fn from_raw(status: MPI_Status) -> Status
Construct a Status
value from the raw MPI type
fn source_rank(&self) -> Rank
The rank of the message source
fn tag(&self) -> Tag
The message tag
fn count<D: Datatype>(&self, d: D) -> Count
Number of instances of the type contained in the message
Trait Implementations
impl Copy for Status
[src]
impl Clone for Status
[src]
fn clone(&self) -> Status
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more