Struct parity_wasm::elements::LocalNameSection [] [src]

pub struct LocalNameSection { /* fields omitted */ }

The names of the local variables in this module's functions.

Methods

impl LocalNameSection
[src]

[src]

A map from function indices to a map from variables indices to names.

[src]

A map from function indices to a map from variables indices to names (mutable).

[src]

Deserialize names, making sure that all names correspond to local variables.

Trait Implementations

impl Clone for LocalNameSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LocalNameSection
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for LocalNameSection
[src]

[src]

Returns the "default value" for a type. Read more

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

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations