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

pub struct TypeSection(_);

Section with type declarations

Methods

impl TypeSection
[src]

New type section with provided types

List of type declarations

List of type declarations (mutable)

Trait Implementations

impl Debug for TypeSection
[src]

Formats the value using the given formatter. Read more

impl Default for TypeSection
[src]

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

impl Clone for TypeSection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TypeSection
[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 TypeSection
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for TypeSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations

impl Send for TypeSection

impl Sync for TypeSection