Struct sophon_wasm::elements::ExportSection [] [src]

pub struct ExportSection(_);

List of exports definition.

Methods

impl ExportSection
[src]

[src]

List of all export entries in the section

[src]

New export section from list of export entries

[src]

List of all export entries in the section (mutable)

Trait Implementations

impl Debug for ExportSection
[src]

[src]

Formats the value using the given formatter.

impl Default for ExportSection
[src]

[src]

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

impl Clone for ExportSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for ExportSection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for ExportSection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o