Trait implementation lrs::process::CloneFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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