Struct parity_wasm_cp::elements::GlobalEntry[][src]

pub struct GlobalEntry { /* fields omitted */ }

Global entry in the module.

Methods

impl GlobalEntry
[src]

New global entry

Global type.

Initialization expression (instructions) for global.

Global type (mutable)

Initialization expression (instructions) for global (mutable)

Trait Implementations

impl Clone for GlobalEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GlobalEntry
[src]

Formats the value using the given formatter. Read more

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

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for GlobalEntry
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations

impl Send for GlobalEntry

impl Sync for GlobalEntry