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

pub struct Import<'a> {
    pub name: Cow<'a, str>,
    pub dll: &'a str,
    pub ordinal: u16,
    pub offset: usize,
    pub rva: usize,
    pub size: usize,
}
Expand description

A synthesized symbol import, the name is pre-indexed, and the binary offset is computed, as well as which dll it belongs to

Fields

name: Cow<'a, str>dll: &'a strordinal: u16offset: usizerva: usizesize: usize

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.