pub struct NcclWorldConfig {
pub device_ids: Vec<u32>,
pub root: usize,
}Fields§
§device_ids: Vec<u32>§root: usizeImplementations§
Trait Implementations§
Source§impl Clone for NcclWorldConfig
impl Clone for NcclWorldConfig
Source§fn clone(&self) -> NcclWorldConfig
fn clone(&self) -> NcclWorldConfig
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 moreAuto Trait Implementations§
impl Freeze for NcclWorldConfig
impl RefUnwindSafe for NcclWorldConfig
impl Send for NcclWorldConfig
impl Sync for NcclWorldConfig
impl Unpin for NcclWorldConfig
impl UnsafeUnpin for NcclWorldConfig
impl UnwindSafe for NcclWorldConfig
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