Enum o1vm::interpreters::riscv32i::interpreter::UJInstruction
source · pub enum UJInstruction {
JumpAndLink,
}
Variants§
JumpAndLink
Trait Implementations§
source§impl Clone for UJInstruction
impl Clone for UJInstruction
source§fn clone(&self) -> UJInstruction
fn clone(&self) -> UJInstruction
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 UJInstruction
impl Debug for UJInstruction
source§impl Default for UJInstruction
impl Default for UJInstruction
source§fn default() -> UJInstruction
fn default() -> UJInstruction
Returns the “default value” for a type. Read more
source§impl Display for UJInstruction
impl Display for UJInstruction
source§impl Hash for UJInstruction
impl Hash for UJInstruction
source§impl IntoEnumIterator for UJInstruction
impl IntoEnumIterator for UJInstruction
type Iterator = UJInstructionIter
fn iter() -> UJInstructionIter ⓘ
source§impl Ord for UJInstruction
impl Ord for UJInstruction
source§fn cmp(&self, other: &UJInstruction) -> Ordering
fn cmp(&self, other: &UJInstruction) -> 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<UJInstruction> for UJInstruction
impl PartialEq<UJInstruction> for UJInstruction
source§fn eq(&self, other: &UJInstruction) -> bool
fn eq(&self, other: &UJInstruction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<UJInstruction> for UJInstruction
impl PartialOrd<UJInstruction> for UJInstruction
source§fn partial_cmp(&self, other: &UJInstruction) -> Option<Ordering>
fn partial_cmp(&self, other: &UJInstruction) -> 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 UJInstruction
impl Eq for UJInstruction
impl StructuralEq for UJInstruction
impl StructuralPartialEq for UJInstruction
Auto Trait Implementations§
impl RefUnwindSafe for UJInstruction
impl Send for UJInstruction
impl Sync for UJInstruction
impl Unpin for UJInstruction
impl UnwindSafe for UJInstruction
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