Struct goblin::pe::import::ImportDirectoryEntry[][src]

#[repr(C)]
pub struct ImportDirectoryEntry { pub import_lookup_table_rva: u32, pub time_date_stamp: u32, pub forwarder_chain: u32, pub name_rva: u32, pub import_address_table_rva: u32, }

Fields

import_lookup_table_rva: u32time_date_stamp: u32forwarder_chain: u32name_rva: u32import_address_table_rva: u32

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.