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