pub struct NcclBroadcast { /* private fields */ }
Expand description
Builder for the NcclBroadcast
operation.
Implementations§
Source§impl NcclBroadcast
impl NcclBroadcast
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for NcclBroadcast
impl Debug for NcclBroadcast
Source§impl Default for NcclBroadcast
impl Default for NcclBroadcast
Source§fn default() -> NcclBroadcast
fn default() -> NcclBroadcast
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NcclBroadcast
impl RefUnwindSafe for NcclBroadcast
impl Send for NcclBroadcast
impl Sync for NcclBroadcast
impl Unpin for NcclBroadcast
impl UnwindSafe for NcclBroadcast
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