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 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