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