pub struct RealizedCommunicationGroup<G> { /* private fields */ }Expand description
One backend-native group paired with the opaque identity selected by the manifest.
Implementations§
Source§impl<G> RealizedCommunicationGroup<G>
impl<G> RealizedCommunicationGroup<G>
Sourcepub const fn new(id: CollectiveGroupId, resource: G) -> Self
pub const fn new(id: CollectiveGroupId, resource: G) -> Self
Binds one native resource to its selected opaque group identity.
Auto Trait Implementations§
impl<G> Freeze for RealizedCommunicationGroup<G>where
G: Freeze,
impl<G> RefUnwindSafe for RealizedCommunicationGroup<G>where
G: RefUnwindSafe,
impl<G> Send for RealizedCommunicationGroup<G>where
G: Send,
impl<G> Sync for RealizedCommunicationGroup<G>where
G: Sync,
impl<G> Unpin for RealizedCommunicationGroup<G>where
G: Unpin,
impl<G> UnsafeUnpin for RealizedCommunicationGroup<G>where
G: UnsafeUnpin,
impl<G> UnwindSafe for RealizedCommunicationGroup<G>where
G: UnwindSafe,
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