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