logo
pub trait CodeAsmVpinsrw<T, U, V, W> {
    fn vpinsrw(&mut self, op0: T, op1: U, op2: V, op3: W) -> Result<(), IcedError>;
}

Required Methods

Implementors