Struct parity_wasm::elements::Local[][src]

pub struct Local { /* fields omitted */ }

Local definition inside the function body.

Methods

impl Local
[src]

New local with count and value_type.

Number of locals with the shared type.

Type of the locals.

Trait Implementations

impl Debug for Local
[src]

Formats the value using the given formatter. Read more

impl Copy for Local
[src]

impl Clone for Local
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for Local
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations

impl Send for Local

impl Sync for Local