Enum wasmparser::ParserInput[][src]

pub enum ParserInput {
    Default,
    SkipSection,
    SkipFunctionBody,
    ReadCustomSection,
    ReadSectionRawData,
}

Variants

Trait Implementations

impl Debug for ParserInput
[src]

Formats the value using the given formatter. Read more

impl Copy for ParserInput
[src]

impl Clone for ParserInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ParserInput

impl Sync for ParserInput