Trait lief::pe::exception_x64::Opcode

pub trait Opcode {
    // Provided methods
    fn position(&self) -> u32 { ... }
    fn opcode(&self) -> UnwindOpcodes { ... }
}
Expand description

Trait shared by all Opcodes

Provided Methods§

fn position(&self) -> u32

Offset in the prolog

fn opcode(&self) -> UnwindOpcodes

The original opcode

Trait Implementations§

§

impl Display for &dyn Opcode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§

§

impl Opcode for Alloc<'_>

§

impl Opcode for Epilog<'_>

§

impl Opcode for PushMachFrame<'_>

§

impl Opcode for PushNonVol<'_>

§

impl Opcode for SaveNonVolatile<'_>

§

impl Opcode for SaveXMM128<'_>

§

impl Opcode for SetFPReg<'_>

§

impl Opcode for Spare<'_>