Trait implementation lrs::num::Wsize::BitAnd

Note: This page contains multiple implementations.

Objects that implement the binary & operator.

Syntax

impl BitAnd<usize> for Wsize {
    type Output = Wsize;
}

Syntax

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