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

pub struct ExportEntry { /* fields omitted */ }

Export entry.

Methods

impl ExportEntry
[src]

[src]

New export entry

[src]

Public name

[src]

Public name (mutable)

[src]

Internal reference of the export entry.

[src]

Internal reference of the export entry (mutable).

Trait Implementations

impl Debug for ExportEntry
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExportEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for ExportEntry
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for ExportEntry
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o