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