#[repr(transparent)]pub struct MPI_Message(pub *mut ompi_message_t);Tuple Fields§
§0: *mut ompi_message_tTrait Implementations§
Source§impl Clone for MPI_Message
impl Clone for MPI_Message
Source§fn clone(&self) -> MPI_Message
fn clone(&self) -> MPI_Message
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_Message
impl Debug for MPI_Message
Source§impl PartialEq for MPI_Message
impl PartialEq for MPI_Message
impl Copy for MPI_Message
impl StructuralPartialEq for MPI_Message
Auto Trait Implementations§
impl Freeze for MPI_Message
impl RefUnwindSafe for MPI_Message
impl !Send for MPI_Message
impl !Sync for MPI_Message
impl Unpin for MPI_Message
impl UnwindSafe for MPI_Message
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