pub trait MulAssign<Rhs = Self> {
// Required method
fn mul_assign(&mut self, rhs: Rhs);
}Expand description
The multiplication assignment operator *=.
Content-Length: 141478 | pFad | https://doc.rust-lang.org/std/iter/../borrow/../ops/trait.MulAssign.html#tymethod.mul_assign
pub trait MulAssign<Rhs = Self> {
// Required method
fn mul_assign(&mut self, rhs: Rhs);
}The multiplication assignment operator *=.
Fetched URL: https://doc.rust-lang.org/std/iter/../borrow/../ops/trait.MulAssign.html#tymethod.mul_assign
Alternative Proxies: