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