Trait implementation lrs::file::FileFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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