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

Required Methods

Implementors