[−][src]Trait num_traits::ops::wrapping::WrappingMul
Performs multiplication that wraps around on overflow.
Required Methods
fn wrapping_mul(&self, v: &Self) -> Self
Wrapping (modular) multiplication. Computes self * other, wrapping around at the boundary
of the type.
Implementations on Foreign Types
impl<T: WrappingMul> WrappingMul for Wrapping<T> where
Wrapping<T>: Mul<Output = Wrapping<T>>, [src]
impl<T: WrappingMul> WrappingMul for Wrapping<T> where
Wrapping<T>: Mul<Output = Wrapping<T>>, fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> SelfImplementors
impl WrappingMul for i8[src]
impl WrappingMul for i8fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for i16[src]
impl WrappingMul for i16fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for i32[src]
impl WrappingMul for i32fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for i64[src]
impl WrappingMul for i64fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for i128[src]
impl WrappingMul for i128fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for isize[src]
impl WrappingMul for isizefn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for u8[src]
impl WrappingMul for u8fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for u16[src]
impl WrappingMul for u16fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for u32[src]
impl WrappingMul for u32fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for u64[src]
impl WrappingMul for u64fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for u128[src]
impl WrappingMul for u128fn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Selfimpl WrappingMul for usize[src]
impl WrappingMul for usizefn wrapping_mul(&self, v: &Self) -> Self[src]
fn wrapping_mul(&self, v: &Self) -> Self