pub enum Instruction {
RType(RTypeInstruction),
JType(JTypeInstruction),
IType(ITypeInstruction),
NoOp,
}
Variants§
Trait Implementations§
Source§impl Clone for Instruction
impl Clone for Instruction
Source§fn clone(&self) -> Instruction
fn clone(&self) -> Instruction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl ColumnIndexer<usize> for Instruction
impl ColumnIndexer<usize> for Instruction
Source§impl Debug for Instruction
impl Debug for Instruction
Source§impl From<Instruction> for usize
Returns the corresponding index of the corresponding DynamicSelector column.
impl From<Instruction> for usize
Returns the corresponding index of the corresponding DynamicSelector column.
Source§fn from(instr: Instruction) -> usize
fn from(instr: Instruction) -> usize
Converts to this type from the input type.
Source§impl Hash for Instruction
impl Hash for Instruction
Source§impl<T: Clone> Index<Instruction> for MIPSWitness<T>
impl<T: Clone> Index<Instruction> for MIPSWitness<T>
Source§impl<T: Clone> IndexMut<Instruction> for MIPSWitness<T>
impl<T: Clone> IndexMut<Instruction> for MIPSWitness<T>
Source§impl IntoEnumIterator for Instruction
impl IntoEnumIterator for Instruction
type Iterator = InstructionIter
fn iter() -> InstructionIter ⓘ
Source§impl IntoIterator for Instruction
impl IntoIterator for Instruction
Source§type Item = Instruction
type Item = Instruction
The type of the elements being iterated over.
Source§type IntoIter = IntoIter<<Instruction as IntoIterator>::Item>
type IntoIter = IntoIter<<Instruction as IntoIterator>::Item>
Which kind of iterator are we turning this into?
Source§impl Ord for Instruction
impl Ord for Instruction
Source§fn cmp(&self, other: &Instruction) -> Ordering
fn cmp(&self, other: &Instruction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Instruction
impl PartialEq for Instruction
Source§impl PartialOrd for Instruction
impl PartialOrd for Instruction
impl Copy for Instruction
impl Eq for Instruction
impl StructuralPartialEq for Instruction
Auto Trait Implementations§
impl Freeze for Instruction
impl RefUnwindSafe for Instruction
impl Send for Instruction
impl Sync for Instruction
impl Unpin for Instruction
impl UnwindSafe for Instruction
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more