Note: This page contains multiple implementations.
Objects that implement the binary | operator.
|
impl BitOr<usize> for Wsize { type Output = Wsize; }
impl BitOr<Wsize> for Wsize { type Output = Wsize; }