Trait implementation lrs::tty::TtyInFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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