Trait implementation lrs::num::W16::Mul

Note: This page contains multiple implementations.

Objects that implement the binary * operator.

Syntax

impl Mul<u16> for W16 {
    type Output = W16;
}

Syntax

impl Mul<W16> for W16 {
    type Output = W16;
}