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

Trait Implementations

impl Debug for MPI_Status
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for MPI_Status
[src]

impl Clone for MPI_Status
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more