Enum o1vm::interpreters::riscv32i::interpreter::UInstruction
source · pub enum UInstruction {
LoadUpperImmediate,
AddUpperImmediate,
}
Variants§
Trait Implementations§
source§impl Clone for UInstruction
impl Clone for UInstruction
source§fn clone(&self) -> UInstruction
fn clone(&self) -> UInstruction
Returns a copy 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 Debug for UInstruction
impl Debug for UInstruction
source§impl Default for UInstruction
impl Default for UInstruction
source§fn default() -> UInstruction
fn default() -> UInstruction
Returns the “default value” for a type. Read more
source§impl Display for UInstruction
impl Display for UInstruction
source§impl Hash for UInstruction
impl Hash for UInstruction
source§impl IntoEnumIterator for UInstruction
impl IntoEnumIterator for UInstruction
type Iterator = UInstructionIter
fn iter() -> UInstructionIter ⓘ
source§impl Ord for UInstruction
impl Ord for UInstruction
source§fn cmp(&self, other: &UInstruction) -> Ordering
fn cmp(&self, other: &UInstruction) -> 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<UInstruction> for UInstruction
impl PartialEq<UInstruction> for UInstruction
source§fn eq(&self, other: &UInstruction) -> bool
fn eq(&self, other: &UInstruction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<UInstruction> for UInstruction
impl PartialOrd<UInstruction> for UInstruction
source§fn partial_cmp(&self, other: &UInstruction) -> Option<Ordering>
fn partial_cmp(&self, other: &UInstruction) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UInstruction
impl Eq for UInstruction
impl StructuralEq for UInstruction
impl StructuralPartialEq for UInstruction
Auto Trait Implementations§
impl RefUnwindSafe for UInstruction
impl Send for UInstruction
impl Sync for UInstruction
impl Unpin for UInstruction
impl UnwindSafe for UInstruction
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more