Struct object::Symbol

source ·
pub struct Symbol<'data> { /* private fields */ }
Expand description

A symbol table entry.

Implementations§

Return the kind of this symbol.

Returns the section kind for the symbol, or None if the symbol is undefined.

Return true if the symbol is undefined.

Return true if the symbol is global.

Return true if the symbol is local.

The name of the symbol.

The address of the symbol. May be zero if the address is unknown.

The size of the symbol. May be zero if the size is unknown.

Trait Implementations§

Formats the value using the given formatter. 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.