Trait bitintr::x86::bmi2::BZHI [] [src]

pub trait BZHI {
    fn bzhi(self, _: Self) -> Self;
}

Method version of bzhi.

Required Methods

Implementors