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

Required Methods

Implementors