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

Required Methods§

Implementors§