logo
pub struct InstructionInfoOptions;
Expand description

Instruction info options used by InstructionInfoFactory

Implementations

No option is enabled

Don’t include memory usage, i.e., InstructionInfo::used_memory() will return an empty vector. All registers that are used by memory operands are still returned by InstructionInfo::used_registers().

Don’t include register usage, i.e., InstructionInfo::used_registers() will return an empty vector

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.