Struct phoenix_lang::vm::VMState
source · pub struct VMState {
pub current_frame: CallFrame,
/* private fields */
}Expand description
Manages all the state involved with the VM’s execution, namely the stack, global variables, the heap, and the call frames
Fields§
§current_frame: CallFrameImplementations§
Trait Implementations§
source§impl PartialEq<VMState> for VMState
impl PartialEq<VMState> for VMState
impl StructuralPartialEq for VMState
Auto Trait Implementations§
impl RefUnwindSafe for VMState
impl Send for VMState
impl Sync for VMState
impl Unpin for VMState
impl UnwindSafe for VMState
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