Method lrs::num::W32::count_zeros

Counts the unset bits in this integer.

Syntax

impl W32 {
    fn count_zeros(self) -> usize
}