pub struct Symbols<'data> { /* private fields */ }
Expand description

Provides access to Symbols of an Object.

It allows to either lookup single symbols with Symbols::lookup or iterate them using Symbols::into_iter. Use SymbolTable::lookup on an Object to retrieve the symbols.

Implementations

Searches for a single Symbol inside the symbol table.

Checks whether this binary contains hidden symbols.

This is an indication that BCSymbolMaps are needed to symbolicate symbols correctly.

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.