Trait implementation lrs::tty::TtyCtrlFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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