Note: This page contains multiple implementations.
Objects that implement the binary * operator.
*
impl Mul<u32> for W32 { type Output = W32; }
impl Mul<W32> for W32 { type Output = W32; }