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