Trait implementation lrs::num::W16::Sub

Note: This page contains multiple implementations.

Objects that implement the binary - operator.

Syntax

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

Syntax

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