#[repr(C)]pub struct ncclConfig_v22700 {Show 15 fields
pub size: usize,
pub magic: c_uint,
pub version: c_uint,
pub blocking: c_int,
pub cgaClusterSize: c_int,
pub minCTAs: c_int,
pub maxCTAs: c_int,
pub netName: *const c_char,
pub splitShare: c_int,
pub trafficClass: c_int,
pub commName: *const c_char,
pub collnetEnable: c_int,
pub CTAPolicy: c_int,
pub shrinkShare: c_int,
pub nvlsCTAs: c_int,
}Fields§
§size: usize§magic: c_uint§version: c_uint§blocking: c_int§cgaClusterSize: c_int§minCTAs: c_int§maxCTAs: c_int§netName: *const c_char§trafficClass: c_int§commName: *const c_char§collnetEnable: c_int§CTAPolicy: c_int§nvlsCTAs: c_intTrait Implementations§
Source§impl Clone for ncclConfig_v22700
impl Clone for ncclConfig_v22700
Source§fn clone(&self) -> ncclConfig_v22700
fn clone(&self) -> ncclConfig_v22700
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 moreSource§impl Debug for ncclConfig_v22700
impl Debug for ncclConfig_v22700
impl Copy for ncclConfig_v22700
Auto Trait Implementations§
impl Freeze for ncclConfig_v22700
impl RefUnwindSafe for ncclConfig_v22700
impl !Send for ncclConfig_v22700
impl !Sync for ncclConfig_v22700
impl Unpin for ncclConfig_v22700
impl UnwindSafe for ncclConfig_v22700
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