Trait implementation lrs::swap::SwapFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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