pub struct ScatterAdd { /* private fields */ }
Expand description
Builder for the ScatterAdd
operation.
Implementations§
Source§impl ScatterAdd
impl ScatterAdd
Trait Implementations§
Source§impl Debug for ScatterAdd
impl Debug for ScatterAdd
Source§impl Default for ScatterAdd
impl Default for ScatterAdd
Source§fn default() -> ScatterAdd
fn default() -> ScatterAdd
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScatterAdd
impl RefUnwindSafe for ScatterAdd
impl Send for ScatterAdd
impl Sync for ScatterAdd
impl Unpin for ScatterAdd
impl UnwindSafe for ScatterAdd
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