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
reloc: Reloc
The relocation code.
func_index: FunctionIndex
The function index.
offset: CodeOffset
The offset where to apply the relocation.
addend: Addend
The addend to add to the relocation value.
Trait Implementations
impl Debug for Relocation
[src]
impl Debug for Relocation
Auto Trait Implementations
impl Send for Relocation
impl Send for Relocation
impl Sync for Relocation
impl Sync for Relocation