Struct parity_wasm::elements::TableSection [] [src]

pub struct TableSection(_);

Section with table definition (currently only one is allowed).

Methods

impl TableSection
[src]

[src]

Table entries.

[src]

New table section with provided table entries

[src]

Mutable table entries.

Trait Implementations

impl Default for TableSection
[src]

[src]

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

impl Debug for TableSection
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TableSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for TableSection
[src]

[src]

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

[src]

This method tests for !=.

impl Deserialize for TableSection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for TableSection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for TableSection

impl Sync for TableSection