pub struct RegVm<'a> { /* private fields */ }Implementations§
Source§impl<'a> RegVm<'a>
impl<'a> RegVm<'a>
pub fn new( chunk: &'a RegChunk, ctx: EvalContext, registry: &'a BuiltInRegistry, ) -> Self
pub fn into_ctx(self) -> EvalContext
pub fn run(&mut self) -> RegVmResult
Auto Trait Implementations§
impl<'a> Freeze for RegVm<'a>
impl<'a> !RefUnwindSafe for RegVm<'a>
impl<'a> !Send for RegVm<'a>
impl<'a> !Sync for RegVm<'a>
impl<'a> Unpin for RegVm<'a>
impl<'a> !UnwindSafe for RegVm<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more