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

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

Required Methods

Implementors