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