Struct gluon_vm::thread::OwnedContext [] [src]

pub struct OwnedContext<'b> { /* fields omitted */ }

Methods

impl<'b> OwnedContext<'b>
[src]

Methods from Deref<Target=Context>

"Returns a future", letting the virtual machine know that future must be resolved to produce the actual value.

Safety

This function is unsafe because the vm lifetime must not outlive the lifetime of the Thread

Trait Implementations

impl<'b> Deref for OwnedContext<'b>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'b> DerefMut for OwnedContext<'b>
[src]

The method called to mutably dereference a value