Trait EmojicodeThreadImpl

Source
pub trait EmojicodeThreadImpl {
    // Required methods
    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§

Source§

impl EmojicodeThreadImpl for *mut Emojicode_Thread

Implementors§