Trait implementation lrs::socket::SockFlags::BitOr

Objects that implement the binary | operator.

Syntax

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