Struct parity_wasm_cp::elements::InitExpr[][src]

pub struct InitExpr(_);

Initialization expression.

Methods

impl InitExpr
[src]

New initialization expression from instruction list. code must end with the Instruction::End instruction!

Empty expression with only Instruction::End instruction

List of instructions used in the expression.

List of instructions used in the expression.

Trait Implementations

impl Debug for InitExpr
[src]

Formats the value using the given formatter. Read more

impl Clone for InitExpr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InitExpr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Auto Trait Implementations

impl Send for InitExpr

impl Sync for InitExpr