Trait iced_x86::code_asm::asm_traits::CodeAsmPrefetchnta
source · pub trait CodeAsmPrefetchnta<T> {
// Required method
fn prefetchnta(&mut self, op0: T) -> Result<(), IcedError>;
}
pub trait CodeAsmPrefetchnta<T> {
// Required method
fn prefetchnta(&mut self, op0: T) -> Result<(), IcedError>;
}