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