Struct gluon_vm::vm::GlobalVmState[][src]

pub struct GlobalVmState {
    pub gc: Mutex<Gc>,
    pub generation_0_threads: RwLock<Vec<GcPtr<Thread>>>,
    // some fields omitted
}

Fields

Methods

impl GlobalVmState
[src]

Checks if a global exists called name

Registers a new type called name

Returns a borrowed structure which implements CompilerEnv

Trait Implementations

impl Traverseable for GlobalVmState
[src]

Auto Trait Implementations