Struct wasmparser::RelocEntry [] [src]

pub struct RelocEntry {
    pub ty: RelocType,
    pub offset: u32,
    pub index: u32,
    pub addend: Option<u32>,
}

Fields

Trait Implementations

impl Debug for RelocEntry
[src]

[src]

Formats the value using the given formatter.