Trait implementation lrs::inotify::InotifyFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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