Struct sophon_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.

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 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