Trait bitintr::x86::bmi::TZCNT [] [src]

pub trait TZCNT {
    fn tzcnt(self) -> Self;
}

Method version of tzcnt.

Required Methods

Implementors