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

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

Methods

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

[src]

[src]

Methods from Deref<Target = Context>

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

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

[src]

Dereferences the value.

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

[src]

Mutably dereferences the value.