Trait implementation lrs::mem_map::MemProtFlags::BitOr

Objects that implement the binary | operator.

Syntax

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