Trait implementation lrs::fs::MountFlags::BitOr

Objects that implement the binary | operator.

Syntax

impl BitOr<MountFlags> for MountFlags {
    type Output = MountFlags;
}