#[repr(C)]pub struct ncclComm { /* private fields */ }
Trait Implementations§
Source§impl ExternType for ncclComm
SAFETY: bindings
impl ExternType for ncclComm
SAFETY: bindings
impl Copy for ncclComm
Auto Trait Implementations§
impl Freeze for ncclComm
impl RefUnwindSafe for ncclComm
impl Send for ncclComm
impl Sync for ncclComm
impl Unpin for ncclComm
impl UnwindSafe for ncclComm
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