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

pub struct ModuleNameSection { /* fields omitted */ }

The name of this module.

Methods

impl ModuleNameSection
[src]

Create a new module name section with the specified name.

The name of this module.

The name of this module (mutable).

Trait Implementations

impl Clone for ModuleNameSection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModuleNameSection
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ModuleNameSection
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Serialize for ModuleNameSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

impl Deserialize for ModuleNameSection
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

Auto Trait Implementations