Struct wasmtime_environ::wasm::wasmparser::Reloc [−][src]
Fields
ty: RelocType
offset: u32
index: u32
addend: Option<u32>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Reloc
impl UnwindSafe for Reloc
Blanket Implementations
Mutably borrows from an owned value. Read more