Struct pelite::pe64::imports::Desc

source ·
pub struct Desc<'a, P> { /* private fields */ }
Expand description

Import library descriptor.

Implementations

Gets the PE instance.

Returns the underlying import descriptor image.

Gets the name of the DLL imported from.

Gets the import address table.

After being loaded as a library their values are resolved to the addresses of the imported functions.

Otherwise these contain references to the imported functions. See import_from_va to get their names.

Gets the import name table.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Serialize this value into the given Serde serializer. 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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.