Struct mpi::ffi::ompi_status_public_t
[−]
[src]
#[repr(C)]pub struct ompi_status_public_t { pub MPI_SOURCE: c_int, pub MPI_TAG: c_int, pub MPI_ERROR: c_int, pub _cancelled: c_int, pub _ucount: usize, }
Fields
MPI_SOURCE: c_int
MPI_TAG: c_int
MPI_ERROR: c_int
_cancelled: c_int
_ucount: usize
Trait Implementations
impl Debug for ompi_status_public_t
[src]
impl Copy for ompi_status_public_t
[src]
impl Clone for ompi_status_public_t
[src]
fn clone(&self) -> Self
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