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