Trait implementation lrs::mem_map::MemSyncFlags::BitOr

Objects that implement the binary | operator.

Syntax

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