Trait num_traits::ops::overflowing::OverflowingMul [−][src]
pub trait OverflowingMul: Sized + Mul<Self, Output = Self> { fn overflowing_mul(&self, v: &Self) -> (Self, bool); }
Expand description
Performs multiplication with a flag for overflow.