Trait implementation lrs::process::WaitFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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