Struct parity_wasm::elements::GlobalEntry [] [src]

pub struct GlobalEntry { /* fields omitted */ }

Global entry in the module.

Methods

impl GlobalEntry
[src]

[src]

New global entry

[src]

Global type.

[src]

Initialization expression (instructions) for global.

[src]

Global type (mutable)

[src]

Initialization expression (instructions) for global (mutable)

Trait Implementations

impl Clone for GlobalEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GlobalEntry
[src]

[src]

Formats the value using the given formatter. Read more

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

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for GlobalEntry
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for GlobalEntry

impl Sync for GlobalEntry