Trait implementation lrs::num::W64::BitOr

Note: This page contains multiple implementations.

Objects that implement the binary | operator.

Syntax

impl BitOr<u64> for W64 {
    type Output = W64;
}

Syntax

impl BitOr<W64> for W64 {
    type Output = W64;
}