pub struct SyntheticImportDirectoryEntry<'a> {
    pub import_directory_entry: ImportDirectoryEntry,
    pub name: &'a str,
    pub import_lookup_table: Option<ImportLookupTable<'a>>,
    pub import_address_table: ImportAddressTable,
}

Fields

import_directory_entry: ImportDirectoryEntryname: &'a str

Computed

import_lookup_table: Option<ImportLookupTable<'a>>

The import lookup table is a vector of either ordinals, or RVAs + import names

import_address_table: ImportAddressTable

Computed

Implementations

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

Performs the conversion.

Performs the conversion.

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.