[][src]Trait gluon_vm::thread::VmRootInternal

pub trait VmRootInternal: Deref<Target = Thread> + Clone {
    fn root_vm(&mut self);
fn unroot_vm(&mut self); unsafe fn root_value_with_self(self, value: &Value) -> RootedValue<Self>
    where
        Self: Sized
, { ... } }

Required methods

fn root_vm(&mut self)

fn unroot_vm(&mut self)

Loading content...

Provided methods

unsafe fn root_value_with_self(self, value: &Value) -> RootedValue<Self> where
    Self: Sized

Roots a value

Loading content...

Implementors

impl VmRootInternal for RootedThread[src]

impl<'a> VmRootInternal for &'a Thread[src]

Loading content...