Trait iced_x86::code_asm::asm_traits::CodeAsmCmpxchg16b
source · [−]pub trait CodeAsmCmpxchg16b<T> {
fn cmpxchg16b(&mut self, op0: T) -> Result<(), IcedError>;
}
Required Methods
source
pub trait CodeAsmCmpxchg16b<T> {
fn cmpxchg16b(&mut self, op0: T) -> Result<(), IcedError>;
}