Enum wasmparser::LinkingType[][src]

pub enum LinkingType {
    StackPointer(u32),
}

Variants

Trait Implementations

impl Debug for LinkingType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for LinkingType

impl Sync for LinkingType