Struct gluon_vm::vm::Global[][src]

pub struct Global {
    pub id: Symbol,
    pub typ: ArcType,
    pub metadata: Metadata,
    pub value: Value,
}

Fields

Trait Implementations

impl Debug for Global
[src]

Formats the value using the given formatter. Read more

impl Traverseable for Global
[src]

Auto Trait Implementations

impl Send for Global

impl Sync for Global