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

pub struct GlobalType { /* fields omitted */ }

Global definition struct

Methods

impl GlobalType
[src]

[src]

New global type

[src]

Type of the global entry

[src]

Is global entry is declared as mutable

Trait Implementations

impl Debug for GlobalType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GlobalType
[src]

impl Clone for GlobalType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for GlobalType
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o

Auto Trait Implementations

impl Send for GlobalType

impl Sync for GlobalType