Trait implementation lrs::tty::TtyOutFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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