Method lrs::num::W32::trailing_zeros

Returns the length of longest sequence of unset bits starting at the least significant bit.

Syntax

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