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