Struct parity_wasm::elements::FunctionNameSection [] [src]

pub struct FunctionNameSection { /* fields omitted */ }

The names of the functions in this module.

Methods

impl FunctionNameSection
[src]

[src]

A map from function indices to names.

[src]

A map from function indices to names (mutable).

[src]

Deserialize names, making sure that all names correspond to functions.

Trait Implementations

impl Clone for FunctionNameSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FunctionNameSection
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for FunctionNameSection
[src]

[src]

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

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

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations