Trait implementation lrs::num::W16::BitAnd

Note: This page contains multiple implementations.

Objects that implement the binary & operator.

Syntax

impl BitAnd<u16> for W16 {
    type Output = W16;
}

Syntax

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