Note: This page contains multiple implementations.
Objects that implement the binary & operator.
&
impl BitAnd<u16> for W16 { type Output = W16; }
impl BitAnd<W16> for W16 { type Output = W16; }