Struct mpi_sys::MPI_Status
[−]
[src]
#[repr(C)]pub struct MPI_Status { pub count_lo: c_int, pub count_hi_and_cancelled: c_int, pub MPI_SOURCE: c_int, pub MPI_TAG: c_int, pub MPI_ERROR: c_int, }
Fields
count_lo: c_int
count_hi_and_cancelled: c_int
MPI_SOURCE: c_int
MPI_TAG: c_int
MPI_ERROR: c_int
Trait Implementations
impl Debug for MPI_Status
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for MPI_Status
[src]
impl Clone for MPI_Status
[src]
fn clone(&self) -> MPI_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