#[repr(transparent)]pub struct MPI_Comm(pub *mut ompi_communicator_t);Tuple Fields§
§0: *mut ompi_communicator_tTrait Implementations§
impl Copy for MPI_Comm
impl StructuralPartialEq for MPI_Comm
Auto Trait Implementations§
impl Freeze for MPI_Comm
impl RefUnwindSafe for MPI_Comm
impl !Send for MPI_Comm
impl !Sync for MPI_Comm
impl Unpin for MPI_Comm
impl UnwindSafe for MPI_Comm
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