Trait implementation lrs::swap::SwapFlags::BitOr

Objects that implement the binary | operator.

Syntax

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