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

pub struct InitExpr(_);

Initialization expression.

Methods

impl InitExpr
[src]

[src]

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

[src]

Empty expression with only Opcode::End opcode

[src]

List of opcodes used in the expression.

[src]

List of opcodes used in the expression.

Trait Implementations

impl Debug for InitExpr
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InitExpr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for InitExpr
[src]

[src]

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

[src]

This method tests for !=.

impl Deserialize for InitExpr
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for InitExpr
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for InitExpr

impl Sync for InitExpr