Trait bitintr::bmi2::MULX [] [src]

pub trait MULX {
    fn mulx(self, _: Self, _: &mut Self) -> Self;
}

Required Methods

Implementors