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