Enum parity_wasm::elements::RelocationEntry [−][src]
pub enum RelocationEntry { FunctionIndexLeb { offset: u32, index: u32, }, TableIndexSleb { offset: u32, index: u32, }, TableIndexI32 { offset: u32, index: u32, }, MemoryAddressLeb { offset: u32, index: u32, addend: i32, }, MemoryAddressSleb { offset: u32, index: u32, addend: i32, }, MemoryAddressI32 { offset: u32, index: u32, addend: i32, }, TypeIndexLeb { offset: u32, index: u32, }, GlobalIndexLeb { offset: u32, index: u32, }, }
Relocation entry.
Variants
Function index.
Show fields
Function table index.
Show fields
Function table index.
Show fields
Linear memory index.
Show fields
Linear memory index.
Show fields
Linear memory index.
Show fields
Type table index.
Show fields
Global index.
Show fields
Trait Implementations
impl Clone for RelocationEntry
[src]
impl Clone for RelocationEntry
[src]fn clone(&self) -> RelocationEntry
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Deserialize for RelocationEntry
[src]
impl Deserialize for RelocationEntry
[src]impl PartialEq<RelocationEntry> for RelocationEntry
[src]
impl PartialEq<RelocationEntry> for RelocationEntry
[src]fn eq(&self, other: &RelocationEntry) -> bool
[src]
fn ne(&self, other: &RelocationEntry) -> bool
[src]
impl Serialize for RelocationEntry
[src]
impl Serialize for RelocationEntry
[src]