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. Read more

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 PartialEq for ExportEntry
[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 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

Auto Trait Implementations

impl Send for ExportEntry

impl Sync for ExportEntry