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

pub struct GlobalSection(_);

Globals definition section.

Methods

impl GlobalSection
[src]

[src]

List of all global entries in the section

[src]

New global section from list of global entries

[src]

List of all global entries in the section (mutable)

Trait Implementations

impl Default for GlobalSection
[src]

[src]

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

impl Debug for GlobalSection
[src]

[src]

Formats the value using the given formatter.

impl Clone for GlobalSection
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for GlobalSection
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for GlobalSection
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o