Trait implementation lrs::socket::SockFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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