pub struct ExternalFileSymbolMap(_);
Expand description

A symbol map for an external object file. You usually don’t need this because you usually call SymbolManager::lookup_external.

Implementations§

The string which identifies this external file. This is usually an absolute path. (XXX does this contain the archive.a(membername) stuff or no?)

Checks whether external_file_ref refers to this external file.

Used to avoid repeated loading of the same external file.

Look up the debug info for the given ExternalFileAddressInFileRef.

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.