Struct parity_wasm::elements::ImportEntry [] [src]

pub struct ImportEntry { /* fields omitted */ }

Import entry.

Methods

impl ImportEntry
[src]

New import entry.

Module reference of the import entry.

Module reference of the import entry (mutable).

Field reference of the import entry.

Field reference of the import entry (mutable)

Local binidng of the import entry.

Local binidng of the import entry (mutable)

Trait Implementations

impl Debug for ImportEntry
[src]

Formats the value using the given formatter.

impl Deserialize for ImportEntry
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for ImportEntry
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o