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