Struct wasmtime_environ::Relocation[][src]

pub struct Relocation {
    pub reloc: Reloc,
    pub func_index: FunctionIndex,
    pub offset: CodeOffset,
    pub addend: Addend,
}

A record of a relocation to perform.

Fields

The relocation code.

The function index.

The offset where to apply the relocation.

The addend to add to the relocation value.

Trait Implementations

impl Debug for Relocation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Relocation

impl Sync for Relocation