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

pub trait BEXTR {
    fn bextr(self, _: Self, _: Self) -> Self;
}

Method version of bextr.

Required Methods

Implementors