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