Trait implementation lrs::num::Wsize::BitOr

Note: This page contains multiple implementations.

Objects that implement the binary | operator.

Syntax

impl BitOr<usize> for Wsize {
    type Output = Wsize;
}

Syntax

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