Struct parity_wasm_cp::elements::ExportSection[][src]

pub struct ExportSection(_);

List of exports definition.

Methods

impl ExportSection
[src]

List of all export entries in the section

New export section from list of export entries

List of all export entries in the section (mutable)

Trait Implementations

impl Debug for ExportSection
[src]

Formats the value using the given formatter. Read more

impl Default for ExportSection
[src]

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

impl Clone for ExportSection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExportSection
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Deserialize for ExportSection
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for ExportSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations