#[repr(C)]pub struct NcclUniqueId {
pub internal: [u8; 128],
}Expand description
NCCL unique ID for bootstrapping (128 bytes, passed by value in C ABI).
Fields§
§internal: [u8; 128]Trait Implementations§
Source§impl Clone for NcclUniqueId
impl Clone for NcclUniqueId
Source§fn clone(&self) -> NcclUniqueId
fn clone(&self) -> NcclUniqueId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NcclUniqueId
Auto Trait Implementations§
impl Freeze for NcclUniqueId
impl RefUnwindSafe for NcclUniqueId
impl Send for NcclUniqueId
impl Sync for NcclUniqueId
impl Unpin for NcclUniqueId
impl UnwindSafe for NcclUniqueId
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