Trait implementation lrs::thread::SchedFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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