Trait implementation lrs::num::W16::Rem

Note: This page contains multiple implementations.

Objects that implement the binary % operator.

Syntax

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

Syntax

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