Enum wasmparser::RelocType [] [src]

pub enum RelocType {
    FunctionIndexLEB,
    TableIndexSLEB,
    TableIndexI32,
    GlobalAddrLEB,
    GlobalAddrSLEB,
    GlobalAddrI32,
    TypeIndexLEB,
    GlobalIndexLEB,
}

Variants

Trait Implementations

impl Debug for RelocType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RelocType

impl Sync for RelocType