logo
pub trait CodeAsmPrefetcht2<T> {
    fn prefetcht2(&mut self, op0: T) -> Result<(), IcedError>;
}

Required Methods

Implementors