Struct parity_wasm::elements::Opcodes [] [src]

pub struct Opcodes(_);

Collection of opcodes (usually inside a block section).

Methods

impl Opcodes
[src]

New list of opcodes from vector of opcodes.

Empty expression with only Opcode::End opcode.

List of individual opcodes.

Individual opcodes, mutable.

Trait Implementations

impl Debug for Opcodes
[src]

Formats the value using the given formatter.

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

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for Opcodes
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o