Struct parity_wasm::elements::TypeSection [] [src]

pub struct TypeSection(_);

Section with type declarations

Methods

impl TypeSection
[src]

[src]

New type section with provided types

[src]

List of type declarations

[src]

List of type declarations (mutable)

Trait Implementations

impl Default for TypeSection
[src]

[src]

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

impl Clone for TypeSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for TypeSection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for TypeSection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o