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