Trait emojicode::EmojicodeThreadImpl [] [src]

pub trait EmojicodeThreadImpl {
    unsafe fn return_from_function(self);
unsafe fn return_from_function_with_value(self, value: Emojicode_Value);
unsafe fn variable(self, index: usize) -> Emojicode_Value;
unsafe fn this_object(self) -> *mut Emojicode_Object; }

Required Methods

Implementations on Foreign Types

impl EmojicodeThreadImpl for *mut Emojicode_Thread
[src]

Implementors