Trait implementation lrs::netlink::NlFlags::BitOr

Objects that implement the binary | operator.

Syntax

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