Enum wasmparser::SectionCode [] [src]

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

Variants

Methods

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

Trait Implementations

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

Formats the value using the given formatter.