Trait implementation lrs::num::W32::Sub

Note: This page contains multiple implementations.

Objects that implement the binary - operator.

Syntax

impl Sub<u32> for W32 {
    type Output = W32;
}

Syntax

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