Struct parity_wasm::elements::Instructions [] [src]

pub struct Instructions(_);

List of instructions (usually inside a block section).

Methods

impl Instructions
[src]

[src]

New list of instructions from vector of instructions.

[src]

Empty expression with only Instruction::End instruction.

[src]

List of individual instructions.

[src]

Individual instructions, mutable.

Trait Implementations

impl Debug for Instructions
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Instructions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Instructions
[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 Instructions
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for Instructions
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for Instructions

impl Sync for Instructions