logo
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

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.