Struct parity_wasm::elements::ExportEntry [] [src]

pub struct ExportEntry { /* fields omitted */ }

Export entry.

Methods

impl ExportEntry
[src]

New export entry

Public name

Public name (mutable)

Internal reference of the export entry.

Internal reference of the export entry (mutable).

Trait Implementations

impl Debug for ExportEntry
[src]

Formats the value using the given formatter.

impl Deserialize for ExportEntry
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for ExportEntry
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o