Struct phoenix_lang::vm::CallFrame
source · pub struct CallFrame {
pub module: usize,
pub ip: usize,
/* private fields */
}Fields§
§module: usizeIndex into the VM.modules Vec for which module is being called
ip: usizeTrait Implementations§
source§impl PartialEq for CallFrame
impl PartialEq for CallFrame
impl StructuralPartialEq for CallFrame
Auto Trait Implementations§
impl Freeze for CallFrame
impl RefUnwindSafe for CallFrame
impl Send for CallFrame
impl Sync for CallFrame
impl Unpin for CallFrame
impl UnwindSafe for CallFrame
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