Struct sophon_wasm::elements::ImportSection [] [src]

pub struct ImportSection(_);

Section of the imports definition.

Methods

impl ImportSection
[src]

[src]

New import section with provided types

[src]

List of import entries.

[src]

List of import entries (mutable).

[src]

Returns number of functions

[src]

Returns number of globals

Trait Implementations

impl Debug for ImportSection
[src]

[src]

Formats the value using the given formatter.

impl Default for ImportSection
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for ImportSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for ImportSection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for ImportSection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o