Enum wasmparser::SectionCode [] [src]

pub enum SectionCode<'a> {
    Custom {
        name: &'a [u8],
        kind: CustomSectionKind,
    },
    Type,
    Import,
    Function,
    Table,
    Memory,
    Global,
    Export,
    Start,
    Element,
    Code,
    Data,
}

Variants

Fields of Custom

Methods

impl<'a> SectionCode<'a>
[src]

Trait Implementations

impl<'a> Debug for SectionCode<'a>
[src]

Formats the value using the given formatter.