Struct parity_wasm::elements::ModuleNameSection [] [src]

pub struct ModuleNameSection { /* fields omitted */ }

The name of this module.

Methods

impl ModuleNameSection
[src]

[src]

Create a new module name section with the specified name.

[src]

The name of this module.

[src]

The name of this module (mutable).

Trait Implementations

impl Clone for ModuleNameSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ModuleNameSection
[src]

[src]

Formats the value using the given formatter. Read more

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

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

impl Deserialize for ModuleNameSection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

Auto Trait Implementations