Enum zydis::formatter::Hook[][src]

pub enum Hook {
Show 19 variants PreInstruction(FormatterFunc), PostInstruction(FormatterFunc), PreOperand(FormatterFunc), PostOperand(FormatterFunc), FormatInstruction(FormatterFunc), FormatOperandReg(FormatterFunc), FormatOperandMem(FormatterFunc), FormatOperandPtr(FormatterFunc), FormatOperandImm(FormatterFunc), PrintMnemonic(FormatterFunc), PrintRegister(FormatterRegisterFunc), PrintAddressAbs(FormatterFunc), PrintAddressRel(FormatterFunc), PrintDisp(FormatterFunc), PrintImm(FormatterFunc), PrintTypecast(FormatterFunc), PrintSegment(FormatterFunc), PrintPrefixes(FormatterFunc), PrintDecorator(FormatterDecoratorFunc),
}

Variants

PreInstruction(FormatterFunc)

Tuple Fields of PreInstruction

0: FormatterFunc
PostInstruction(FormatterFunc)

Tuple Fields of PostInstruction

0: FormatterFunc
PreOperand(FormatterFunc)

Tuple Fields of PreOperand

0: FormatterFunc
PostOperand(FormatterFunc)

Tuple Fields of PostOperand

0: FormatterFunc
FormatInstruction(FormatterFunc)

Tuple Fields of FormatInstruction

0: FormatterFunc
FormatOperandReg(FormatterFunc)

Tuple Fields of FormatOperandReg

0: FormatterFunc
FormatOperandMem(FormatterFunc)

Tuple Fields of FormatOperandMem

0: FormatterFunc
FormatOperandPtr(FormatterFunc)

Tuple Fields of FormatOperandPtr

0: FormatterFunc
FormatOperandImm(FormatterFunc)

Tuple Fields of FormatOperandImm

0: FormatterFunc
PrintMnemonic(FormatterFunc)

Tuple Fields of PrintMnemonic

0: FormatterFunc
PrintRegister(FormatterRegisterFunc)

Tuple Fields of PrintRegister

0: FormatterRegisterFunc
PrintAddressAbs(FormatterFunc)

Tuple Fields of PrintAddressAbs

0: FormatterFunc
PrintAddressRel(FormatterFunc)

Tuple Fields of PrintAddressRel

0: FormatterFunc
PrintDisp(FormatterFunc)

Tuple Fields of PrintDisp

0: FormatterFunc
PrintImm(FormatterFunc)

Tuple Fields of PrintImm

0: FormatterFunc
PrintTypecast(FormatterFunc)

Tuple Fields of PrintTypecast

0: FormatterFunc
PrintSegment(FormatterFunc)

Tuple Fields of PrintSegment

0: FormatterFunc
PrintPrefixes(FormatterFunc)

Tuple Fields of PrintPrefixes

0: FormatterFunc
PrintDecorator(FormatterDecoratorFunc)

Tuple Fields of PrintDecorator

0: FormatterDecoratorFunc

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.