Struct miden_processor::VmState
source · pub struct VmState {
pub clk: RowIndex,
pub ctx: ContextId,
pub op: Option<Operation>,
pub asmop: Option<AsmOpInfo>,
pub fmp: Felt,
pub stack: Vec<Felt>,
pub memory: Vec<(u64, Word)>,
}Expand description
VmState holds a current process state information at a specific clock cycle.
Fields§
§clk: RowIndex§ctx: ContextId§op: Option<Operation>§asmop: Option<AsmOpInfo>§fmp: Felt§stack: Vec<Felt>§memory: Vec<(u64, Word)>Trait Implementations§
impl Eq for VmState
impl StructuralPartialEq for VmState
Auto Trait Implementations§
impl Freeze for VmState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)