Trait implementation lrs::mem_map::MemMapFlags::BitOr

Objects that implement the binary | operator.

Syntax

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