Struct zydis::ffi::FormatterContext[][src]

#[repr(C)]
pub struct FormatterContext { pub instruction: *const DecodedInstruction, pub operand: *const DecodedOperand, pub runtime_address: u64, pub user_data: *mut c_void, }

Fields

instruction: *const DecodedInstruction

The instruction being formatted.

operand: *const DecodedOperand

The current operand being formatted.

runtime_address: u64

The runtime address of the instruction.

If invalid, this is equal to u64::max_value()

user_data: *mut c_void

A pointer to user-defined data.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.