logo
pub struct DefaultSpecializedFormatterTraitOptions;
Expand description

Default SpecializedFormatter<TraitOptions> options. It doesn’t override any const or fn

Trait Implementations

Enables support for a symbol resolver. This is disabled by default. If this is disabled, you must not pass in a symbol resolver to the constructor. Read more
Enables support for formatting db, dw, dd, dq. Read more
The formatter makes sure that the output string has at least 300 bytes left at the start of format() and also after appending symbols to output. This is enough space for all formatted instructions. Read more
Add a space after the operand separator Read more
Show RIP+displ or the virtual address Read more
Use pseudo instructions Read more
Show the original value after the symbol name Read more
Always show the effective segment register. If the option is false, only show the segment register if there’s a segment override prefix. Read more
Always show the size of memory operands Read more
Use uppercase hex digits Read more
Use a hex prefix (0x) or a hex suffix (h) 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

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.