#[repr(transparent)]pub struct MPI_Request(pub *mut ompi_request_t);Tuple Fields§
§0: *mut ompi_request_tTrait Implementations§
Source§impl Clone for MPI_Request
impl Clone for MPI_Request
Source§fn clone(&self) -> MPI_Request
fn clone(&self) -> MPI_Request
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MPI_Request
impl Debug for MPI_Request
Source§impl PartialEq for MPI_Request
impl PartialEq for MPI_Request
impl Copy for MPI_Request
impl StructuralPartialEq for MPI_Request
Auto Trait Implementations§
impl Freeze for MPI_Request
impl RefUnwindSafe for MPI_Request
impl !Send for MPI_Request
impl !Sync for MPI_Request
impl Unpin for MPI_Request
impl UnwindSafe for MPI_Request
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more