Struct parity_wasm::elements::GlobalSection[][src]

pub struct GlobalSection(_);

Globals definition section.

Methods

impl GlobalSection
[src]

List of all global entries in the section

New global section from list of global entries

List of all global entries in the section (mutable)

Trait Implementations

impl Default for GlobalSection
[src]

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

impl Debug for GlobalSection
[src]

Formats the value using the given formatter. Read more

impl Clone for GlobalSection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for GlobalSection
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations