Struct parity_wasm::elements::GlobalType [] [src]

pub struct GlobalType { /* fields omitted */ }

Global definition struct

Methods

impl GlobalType
[src]

New global type

Type of the global entry

Is global entry is declared as mutable

Trait Implementations

impl Debug for GlobalType
[src]

Formats the value using the given formatter.

impl Deserialize for GlobalType
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for GlobalType
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o