Trait implementation lrs::mem::MemLockFlags::BitOr

Objects that implement the binary | operator.

Syntax

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