Struct parity_wasm::elements::InitExpr [] [src]

pub struct InitExpr(_);

Initialization expression.

Methods

impl InitExpr
[src]

New initialization expression from list of opcodes. code must end with the Opcode::End opcode!

Empty expression with only Opcode::End opcode

List of opcodes used in the expression.

List of opcodes used in the expression.

Trait Implementations

impl Debug for InitExpr
[src]

Formats the value using the given formatter.

impl Deserialize for InitExpr
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for InitExpr
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o