Struct iced_x86::SymbolFlags[][src]

pub struct SymbolFlags;
Expand description

Symbol flags

Implementations

No bit is set

It’s a symbol relative to a register, eg. a struct offset [ebx+some_struct.field1]. If this is cleared, it’s the address of a symbol.

It’s a signed symbol and it should be displayed as -symbol or reg-symbol instead of symbol or reg+symbol

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.