Trait implementation lrs::thread::SchedFlags::BitOr

Objects that implement the binary | operator.

Syntax

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