Type Alias gluon_vm::vm::RootedGlobal
source · pub type RootedGlobal = Global<RootedValue<RootedThread>>;
Aliased Type§
struct RootedGlobal {
pub id: Symbol,
pub typ: ArcType,
pub metadata: Arc<Metadata>,
pub value: RootedValue<RootedThread>,
}
Fields§
§id: Symbol
§typ: ArcType
§metadata: Arc<Metadata>
§value: RootedValue<RootedThread>