Struct wasmtime_environ::Relocation
source · pub struct Relocation {
pub reloc: Reloc,
pub reloc_target: RelocationTarget,
pub offset: CodeOffset,
pub addend: Addend,
}
Expand description
A record of a relocation to perform.
Fields§
§reloc: Reloc
The relocation code.
reloc_target: RelocationTarget
Relocation target.
offset: CodeOffset
The offset where to apply the relocation.
addend: Addend
The addend to add to the relocation value.
Trait Implementations§
source§impl Clone for Relocation
impl Clone for Relocation
source§fn clone(&self) -> Relocation
fn clone(&self) -> Relocation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more