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

pub trait ANDN {
    fn andn(self, _: Self) -> Self;
}

Method version of andn.

Required Methods

Implementors