Trait implementation lrs::num::W32::Add

Note: This page contains multiple implementations.

Objects that implement the binary + operator.

Syntax

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

Syntax

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