Struct kernel::programs::scheme::SchemeContext
[−]
[src]
pub struct SchemeContext { // some fields omitted }
A scheme context
Methods
impl SchemeContext
unsafe fn enter(memory: &ContextMemory) -> SchemeContext
Enter from a given context memory
fn translate<T>(&self, ptr: *const T) -> *const T
fn translate_mut<T>(&self, ptr: *mut T) -> *mut T
unsafe fn exit(self)
Exit the context