Struct goblin::mach::exports::Export[][src]

pub struct Export<'a> {
    pub name: String,
    pub info: ExportInfo<'a>,
    pub size: usize,
    pub offset: u64,
}
Expand description

A finalized symbolic export reconstructed from the export trie

Fields

name: String

The reconsituted export name which dyld matches against

info: ExportInfo<'a>

The export info in the node data

size: usize

How large this export is

offset: u64

The offset this symbol export is found in the binary

Implementations

Create a new export from name and info

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.