Trait implementation lrs::netlink::NlFlags::BitAnd

Objects that implement the binary & operator.

Syntax

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