pub struct CommData { /* private fields */ }Expand description
Internal shared description of a communicator: its context id, this process’s rank within it, its size, and the mapping from communicator-local rank to world rank (used for routing on the transport, which addresses peers by world rank).
Auto Trait Implementations§
impl !Freeze for CommData
impl RefUnwindSafe for CommData
impl Send for CommData
impl Sync for CommData
impl Unpin for CommData
impl UnsafeUnpin for CommData
impl UnwindSafe for CommData
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